Files
MyLittleCPU/tests/add.asm
2026-07-16 19:04:36 +10:00

7 lines
33 B
NASM

mvi a 2
mvi b 2
add a b
hlt
hlt