URL
https://opencores.org/ocsvn/blue/blue/trunk
Subversion Repositories blue
[/] [blue/] [trunk/] [blue8/] [stack.asm] - Rev 2
Compare with Previous | Blame | View Log
ORG 0
lds 0x0FF
lda 0x20
push
lda 0x33
call test
nop
nop
nop
test:
nop
nop
pop
nop
t1: jmp t1
hlt
END