5 lines
360 B
Text
5 lines
360 B
Text
|
|
' lstack top value == 0 ? skip next instruction : don’t skip next instruction.
|
|||
|
|
" lstack top value > 0 ? skip next instruction : don’t skip next instruction.
|
|||
|
|
K lstack top value == 2nd value ? skip next instruction : don’t skip next instruction.
|
|||
|
|
L lstack top value > 2nd value ? skip next instruction : don’t skip next instruction.
|