Files
MyLittleCPU/tests/add.asm

5 lines
28 B
NASM
Raw Normal View History

2026-07-16 12:25:32 +10:00
mvi a 2
mvi b 2
add a b
hlt