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?