Skip to content
timofey edited this page Dec 9, 2021 · 2 revisions

Math commands

ADDI a b out add a to b and return to out

SUBI a b out sub a to b and return to out

ANDI a b out a and b return to out

ORII a b out a or b return to out

NOTI a _ out not a return to out

XORI a b out a xor b return to out

SFTL a _ out shift a to left and return to out(multiply by 2)

SFLR a _ out shift a to right and return to out(divide by 2)

Clone this wiki locally