13 lines
207 B
NASM
13 lines
207 B
NASM
.koda
|
|
hello START 0
|
|
LDA n
|
|
LDB #9
|
|
MULR A, B
|
|
STA out
|
|
WD out
|
|
halt J halt
|
|
|
|
.podatki
|
|
n WORD 0x000002
|
|
out RESW 1
|
|
END hello
|