This website requires JavaScript.
Explore
Help
Sign In
perso
/
cos2000v1
Watch
1
Star
0
Fork
You've already forked cos2000v1
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
4f63f21906
cos2000v1
/
programs
/
souris.asm
14 lines
84 B
NASM
Raw
Blame
History
.model
tiny
.486
smart
.code
org
0100h
start:
mov
ah
,
2
int
74h
db
0CBh
end
start
Reference in New Issue
View Git Blame
Copy Permalink