OpenCores
URL https://opencores.org/ocsvn/openriscdevboard/openriscdevboard/trunk

Subversion Repositories openriscdevboard

[/] [openriscdevboard/] [trunk/] [cyc2-openrisc/] [sw/] [loadRAM/] [jumpToRAM.s] - Rev 3

Compare with Previous | Blame | View Log

#include "board.h"
#include "mc.h"
 
	.global _jumpToRAM
 
        .section .text, "ax"
_jumpToRAM:
        l.movhi r2,hi(SDRAM_RESET_ADDR)
        l.ori   r2,r2,lo(SDRAM_RESET_ADDR)
        l.jr    r2
        l.addi  r2,r0,0
 
 
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2025 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.