Hy All, What does the function
inportb() do?
Can we use same function in Cpp or any-other function is available which do the
same thing?
Actual code lines are:
if (inportb (0X60) == 30) movebat ('A');
if (inportb (0X60) == 44) movebat ('Z');
if (inportb (0X60) == 36) movebat ('J');
if (inportb (0X60) == 50) movebat ('M');
Regards,
Asad Abbas,
Pakistan
[Non-text portions of this message have been removed]
