home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Troubleshooting Netware Systems
/
CSTRIAL0196.BIN
/
attach
/
msj
/
v10n04
/
wqa0495.exe
/
_GETCR3.ASM
next >
Wrap
Assembly Source File
|
1995-04-01
|
114b
|
11 lines
.model large
.386
.code
public __GETCR3
__GETCR3:
mov eax, cr3
mov edx, eax
shr edx, 16
retf
end