cos2000v1/programs/souris.asm

14 lines
84 B
NASM
Raw Permalink Normal View History

.model tiny
.486
smart
.code
org 0100h
start:
mov ah,2
int 74h
db 0CBh
end start