January 2012 8.15 Command Set 1663
Bit commands
BS Bit set
BC Bit clear
BT Bit test
Stack operations
PS Push data onto the data stack
PL Pull data from the data stack
PSL Push logic accumulator onto the data stack
PSW Push word accumulator onto the data stack
PLL Pull logic accumulator from the data stack
PLW Pull word accumulator from the data stack
Jump commands
JP Unconditional jump
JPT Jump if logic accumulator = 1
JPF Jump if logic accumulator = 0
CM Call module
CMT Call module if logic accumulator = 1
CMF Call module if logic accumulator = 0
EM End of module, program end
EMT End of module if logic accumulator = 1
EMF End of module if logic accumulator = 0
LBL Label
Group of
functions
Syntax Function