URL
https://opencores.org/ocsvn/copyblaze/copyblaze/trunk
Subversion Repositories copyblaze
[/] [copyblaze/] [trunk/] [copyblaze/] [sw/] [tools/] [ide/] [Test.psm] - Rev 52
Go to most recent revision | Compare with Previous | Blame | View Log
; org $1
jump Start
org $8
Start: call Program
Fin: jump Fin
org $f
Program: add s5, $45
add s5, $23
add s5, $45
add s5, $23
ret
Go to most recent revision | Compare with Previous | Blame | View Log