index
:
ryo/mmasm
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
demo
/
prog.asm
blob: ed55b56cc3c78b247f046a486d891317d74e99e4 (
plain
)
1
2
3
4
5
6
7
8
ORG 50 LDA A ADD B STA C HLT A, DEC 8 B, DEC 3 C, DEC 0