Module logic

Source
Expand description

0x04

Constants§

AND
FALSE
IS
NAND
NOR
NOT
NXOR
OR
SET_MASK
TRUE
XOR

Functions§

and
0x0403 and:target [start:end]
is
0x0400 is:CMP target:16:compare:16
nand
0x0406 nand:target [start:end]
nor
0x0405 nor:target [start:end]
not
0x0401 not:target 0:origin:16
nxor
0x0407 nxor:target [start:end]
operation_set
Returns logic operations.
or
0x0402 or:target [start:end]
xor
0x0404 xor:target [start:end]