Files
MyLittleCPU/tests/add.asm
2026-07-16 13:30:03 +10:00

7 lines
37 B
NASM

dingus:
mvi a 2
mvi b 2
add a b
hlt