Does anyone know which assembly instructions the PB/DLL 6.0 compiler supports and which ones it does not.
i.e.
MOV
MOVSB
ADD
SUB
POPA
OUT
IN
OUTSB
OUTSW
Is it possible to use(In Ring 0):
LGDT -Load Global Descriptor Table
SGDT -Store Global Descriptor Table
With the PB/DLL compiler.
Thanks a bunch
Kevin
-------------
mailto:[email protected][email protected]</A>

[This message has been edited by KevinVoell (edited March 02, 2000).]
i.e.
MOV
MOVSB
ADD
SUB
POPA
OUT
IN
OUTSB
OUTSW
Is it possible to use(In Ring 0):
LGDT -Load Global Descriptor Table
SGDT -Store Global Descriptor Table
With the PB/DLL compiler.
Thanks a bunch
Kevin
-------------
mailto:[email protected][email protected]</A>

[This message has been edited by KevinVoell (edited March 02, 2000).]
Comment