ettinos-programs/echo.asm

7 lines
41 B
NASM
Raw Permalink Normal View History

2021-07-08 22:06:08 +00:00
org 0x3000
mov ah, 2
int 0x21
int 0x20