digitalmars.D.learn - Port access
- Orgoton (1/1) Feb 25 2007 Is there a D option for accessing the Parallel port? I used _inp() and i...
- Jarrett Billingsley (4/6) Feb 25 2007 There are some port functions in std.intrinsic. inp/inw/inl and
Is there a D option for accessing the Parallel port? I used _inp() and inportb() in C to access this port, is there an equivalent in D?
Feb 25 2007
"Orgoton" <orgoton mindless.com> wrote in message news:ersg3g$ti5$1 digitalmars.com...Is there a D option for accessing the Parallel port? I used _inp() and inportb() in C to access this port, is there an equivalent in D?There are some port functions in std.intrinsic. inp/inw/inl and outp/outw/outl. :)
Feb 25 2007