| aCore_Outporti | Index |
Definition:
Parameters:
Return Value:
Description:
This routine writes an int value to an I/O port. An I/O error will occur if the port is read-only or can not accept an int value.
Example:
aCore_Outporti(0x0401,0x1123);
This would write a value of 0x1123 to port 0x0401.
Related: