hi
i have a pascal code written below..is there anyone can change this code to delphi? i cannot find the matching command of 'inline'. this procedure uses to send command to an external device by i/o card.
thanx
////// here is the procedure to be concerted to delphi ///////
Procedure ieinit(ioport,myaddr,setting:integer);
begin inline ($9A/$00/$04/$00/$D0); end; { call D000:0400 }
///// End of the procedure /////