Basic Opcodes#
The basic opcodes provide fundamental operations on nouns: addressing into tree structures, creating constants, evaluation, structure checking, arithmetic, comparison, and editing. These are the primitive building blocks upon which the composite opcodes are constructed.
Opcode |
Name |
Signature |
Purpose |
|---|---|---|---|
|
Tree address lookup. |
||
|
Return literal value. |
||
|
Dynamic nock. |
||
|
Test if cell. |
||
|
Add 1 to atom. |
||
|
Deep equality test. |
||
|
Functional update |
||
|