OpenCores
URL https://opencores.org/ocsvn/hf-risc/hf-risc/trunk

Subversion Repositories hf-risc

[/] [hf-risc/] [trunk/] [software/] [lib/] [mips/] [boot_rom.s] - Rev 13

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
 
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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