| pushmb | Index |
Description:
Data (2 bytes):
Pseudo Code:
Flags Affected:
| D | H | C | Z | N |
Possible Errors:
| tvmStackOverflow | - | There is no more room on the stack to push the byte. |
| tvmStackIOErr | - | The read operation from the memory-mapped IO port is invalid. |
Example:
pushmb 0x0080
Here we read the value from the aPortAddress port (0x0080) into a byte (0x02 in this example) and push it onto stack.
|
| |||||||||||||||||||||||||||||