[][src]Module ni::common::op_codes

Constants

ADD

Addition.

AND

Bitwise and.

APP

Append stackframe.

CLF

Call function.

CLS

Close file.

CMP

Memory compare.

CNV

Convert.

CPY

Memory copy.

DEC

Decrement.

DIV

Division.

END

End.

FLS

Flush.

GFD

Get file descriptor.

GIV

Get interpreter value.

GO

Go to.

IFA

If bitwise and.

IFE

If equals.

IFF

If false.

IFG

If greater.

IFL

If less.

IFO

If bitwise or.

IFT

If true.

IFX

If bitwise xor.

IN

Input.

INA

If not bitwise and.

INC

Increment.

INE

If not equals.

ING

If not greater.

INL

If not less.

INO

If not bitwise or.

INX

If not bitwise xor.

MOD

Modulo.

MUL

Multiplication.

NEG

Negate.

NOP

No operation.

NOT

Bitwise not.

OPN

Open file.

OR

Bitwise or.

OUT

Output.

PAR

Function parameter.

RET

Return from function.

SET

Set.

SFD

Set file descriptor.

SHL

Shift left.

SHR

Shift right.

SLP

Sleep.

SUB

Subtraction.

XOR

Bitwise xor.

ZER

Memory set zeros.