sorry for me English
I need to use the (out) , (in) , (cli) and (sti) instruction in WindowsXP
to write and read parallel ports. But the system notices me of an privileged error. I would be very kind from you to help me to solve this problem.
thank you very much.
Yours faithfully
Victor Fassiano
I need to use the (out) , (in) , (cli) and (sti) instruction in WindowsXP
to write and read parallel ports. But the system notices me of an privileged error. I would be very kind from you to help me to solve this problem.
thank you very much.
Yours faithfully
Victor Fassiano
Generally, you shouldn't be doing port I/O directly under any OS... the 'proper' way is to write a driver.
That said, have a look at http://www.asmcommunity.net/board/index.php?topic=18859.0 and http://www.asmcommunity.net/board/index.php?topic=20093.0
(these threads should be added to the FAQ if not already there, IMO)
That said, have a look at http://www.asmcommunity.net/board/index.php?topic=18859.0 and http://www.asmcommunity.net/board/index.php?topic=20093.0
(these threads should be added to the FAQ if not already there, IMO)