How could i send output through the parallel port
in pure asm, no dos or anything ?
parallel port programing
RE:parallel port programing
>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.
>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.