ros/stage2.asm
2024-03-07 23:49:36 +13:00

6 lines
79 B
NASM

stage2:
mov ax, msg_loaded
call puts
msg_loaded: db "Loaded!"