| aCore_Inporti | Index |
Definition:
Parameters:
| port | - | The port to be read. |
Return Value:
Description:
This routine reads an int value from an I/O port. An I/O error will occur if the port is write-only.
Example:
n = aCore_Inporti(0x0401,0x1123);
This would set variable n to the contents of port 0x0401.
Related: