Files
5150/runcomm.asm

11 lines
97 B
NASM

CPU 8086
mov cx, 0x100
a:
mov ah, 0x07
int 0x80
test al, al
loopnz a
b:
ret