ettinos-programs/echo.asm

7 lines
41 B
NASM

org 0x3000
mov ah, 2
int 0x21
int 0x20