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
/
syscall.asm
blob: bddefbd15fd543534f1a5402b1fdb74457e17b5b (
plain
)
1
2
3
4
5
6
7
mov
a
,
72
; 'H'
sys
2
mov
a
,
105
; 'i'
sys
2
mov
a
,
10
; '\n'
sys
2
sys
0