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
Kill mega-sena.sh
[lcapit-junk-code.git]
/
emu8086
/
tests
/
data-transfer
/
acc-to-mem1
/
acc-to-mem1.S
blob
11ecfb3f2a8c6e643d88973484ebb87bff1c1f8c
1
/* Simple immediate to register test */
2
.code16
3
4
mov $0x66, %al
5
mov %al, (0xA)
6
7
hlt