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
8c1701b5af
cos2000v1
/
programs
/
pmode.asm
16 lines
98 B
NASM
Raw
Normal View
History
Unescape
Escape
refactor: Passage aux outils GNU (Cygwin, make) BREAKING CHANGE: attention modification majeure du code
2004-06-12 23:34:04 +02:00
.model
tiny
.486p
smart
.code
feat: passage au format CE, offset a 0
2004-11-19 18:23:06 +01:00
org
0h
refactor: Passage aux outils GNU (Cygwin, make) BREAKING CHANGE: attention modification majeure du code
2004-06-12 23:34:04 +02:00
start:
mov
eax
,
cr0
or
al
,
1
mov
cr0
,
eax
db
0CBh
end
start