Table Access

The opcodes that access tables are:

Opcodes ending in 'i' implement linear interpolation and opcodes ending in '3' implement cubic interpolation.

The following opcodes implement fast table reading/writing without boundary checks:

See the sections Table Queries, Read/Write Operationsand Table Reading with Dynamic Selection for other table operations.

[Note] Note

Although tables with a size which is not a power of two can be created using a negative size (see f score statement), some opcodes will not accept them.