index
:
8bit-cpu-emulator
master
8 bit cpu emulator with custom ISA
Krolyxon
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
/
call.asm
blob: a6557c8d90809340af714dcf69c438e0334132a6 (
plain
)
1
2
3
4
5
6
7
mov
a
,
2
call
square
hlt
square:
mul
a
,
a
ret