Page 1 of 1
parallel port programing
Posted: Wed May 22, 2002 11:00 pm
by keyboared_ninja
How could i send output through the parallel port
in pure asm, no dos or anything ?
RE:parallel port programing
Posted: Wed May 22, 2002 11:00 pm
by Chase
>On 2002-05-23 19:28:25, keyboared_ninja wrote:
>How could i send output through the parallel port
>in pure asm, no dos or anything ?
You just do standard ins and outs to the right io address in assembly.
Assuming you can follow C code, look at
http://www.beyondlogic.org/
It's one of the best parallel port refs I've found.