URL
https://opencores.org/ocsvn/hpc-16/hpc-16/trunk
Subversion Repositories hpc-16
[/] [hpc-16/] [trunk/] [impl0/] [asm/] [prog1.asm] - Rev 18
Compare with Previous | Blame | View Log
################################
## this program test:
## mov, li and hlt instructions
##
################################
li r0, 0x5555
mov r1, r0
mov sp, r1
mov r5, sp
hlt