Description:
Pop the top short off of the stack and set the Z and N flags based on that value.
Pseudo Code:
Flags Affected:
Possible Errors:
Example:
pops
Before
| stack | | | top | | 1 | 0x0B | | 2 | 0x17 | | 3 | 0xAA | | 4 | 0x32 | | 5 | 0x02 | | | bottom |
|
| | After
| stack | | | top | | 1 | 0xAA | | 2 | 0x32 | | 3 | 0x02 | | | bottom |
|
|
version: 1.0, build n.a.
© Copyright 1994-2012 Acroname, Inc., Boulder, Colorado. All rights reserved.