February 25, 2007
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?
February 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.  :)