7 lines
52 B
NASM
7 lines
52 B
NASM
|
.var num 0
|
||
|
ldbi 1
|
||
|
main:
|
||
|
lda num
|
||
|
add
|
||
|
str num
|
||
|
jmp main
|