URL
https://opencores.org/ocsvn/hf-risc/hf-risc/trunk
Subversion Repositories hf-risc
[/] [hf-risc/] [trunk/] [software/] [lib/] [mips/] [boot_rom.s] - Rev 18
Go to most recent revision | Compare with Previous | Blame | View Log
.text .align 2 .global _entry .ent _entry _entry: .set noreorder la $sp, _stack jal main nop $L1: beq $zero, $zero, $L1 nop .end _entry
Go to most recent revision | Compare with Previous | Blame | View Log