URL
https://opencores.org/ocsvn/k68/k68/trunk
Subversion Repositories k68
[/] [k68/] [trunk/] [sw/] [mon/] [test.bra] - Rev 2
Go to most recent revision | Compare with Previous | Blame | View Log
.data
.align 2
.text
_start: /*Start of Program*/
nop
nop
nop
nop
movel #0x80000100, %a7
nop
nop
nop
bra test
test:
nop
nop
nop
nop
bsr init
bra test
init: /* Allocate Stack, Init Uarts, Say Hello */
nop
nop
nop
nop
rts
.end
Go to most recent revision | Compare with Previous | Blame | View Log