| popbmx | Index |
Description:
Pseudo Code:
Flags Affected:
| D | H | C | Z | N |
Possible Errors:
| tvmStackUnderflow | - | There were not enough bytes in the stack to get the I/O Port reference or the data byte. |
| tvmStackIOErr | - | The write operation to the memory-mapped IO port is invalid. |
Example:
popbmx
Here the address for the aPortVMTimer port (0x0000) is on top of the stack (as an unsigned short) we write the delay byte (0x03) to this timer port.
|
| |||||||||||||||||||||||||||||