repo.or.cz
/
lcapit-junk-code.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Introduce pet-projects dir
[lcapit-junk-code.git]
/
pet-projects
/
emu8086
/
tests
/
arithmetic
/
inc-reg1
/
inc-reg1.S
blob
d77708c4902a60d270f5f5b30f2bdbe822ff1268
1
.code16
2
3
mov $0x1, %ax
4
inc %ax
5
inc %ax
6
inc %ax
7
8
hlt