URL
https://opencores.org/ocsvn/or1200_soc/or1200_soc/trunk
Subversion Repositories or1200_soc
[/] [or1200_soc/] [trunk/] [boards/] [de1_board/] [sw/] [tests/] [ecos_debug/] [boot_vector_rom.s] - Rev 25
Compare with Previous | Blame | View Log
.section .boot_vector_rom, "ax" .org 0x0 _boot_reset: /* Jump to main */ l.movhi r2,hi(reset_func) l.ori r2,r2,lo(reset_func) l.jr r2 l.nop