8bit-cpu-emulator/program.asm

5 lines
32 B
NASM

mov a, 10
mov b, 5
add a, b
hlt