NaInstArgType

Types of instruction arguments, for validation

Values

ValueMeaning
Integer

singed integer (ptrdiff_t)

Double

a double (float)

Address

Address to some argument

String

a string (char[])

Label

a label (name is stored)

Char

a 1 byte character

Boolean

boolean

Meta