logisim-stuff/multicycle cpu/Untitled.asm
2015-02-20 10:59:01 -06:00

7 lines
52 B
NASM

.var num 0
ldbi 1
main:
lda num
add
str num
jmp main