use assembly (In-Out Command) in NT 4.0 - TechRepublic
General discussion
October 25, 2000 at 08:54 PM
gramezan

use assembly (In-Out Command) in NT 4.0

by gramezan . Updated 24 years, 9 months ago

I wrote a program in delphi and used This
code
asm
mov al,DATABIT
mov dx,Lock_Port_Number
out dx,al {Error Line}
end;
but I get this error ‘… “Privileged Instruction”…’ .

How can I wirte In/Out Assembly Command In NT and Delphi?

This discussion is locked

All Comments