logisim-stuff/cpu/inc.asm

8 lines
39 B
NASM
Raw Normal View History

2016-02-04 14:45:12 -06:00
lda 0
ldb 1
add
jmpc 6
str 0
jmp 0
hlt