-
Notifications
You must be signed in to change notification settings - Fork 6
opcode
Henk van Cann edited this page Jul 7, 2023
·
1 revision
Opcodes are meant to provide stream processing instructions that are more general and flexible than simply concatenated primitives or groups of primitives.
A yet to be determined stack based virtual machine could be executed using a set of opcodes that provides primitive, primitive group, or stream processing instructions. This would enable highly customizable uses for CESR.
The ‘_’ selector is reserved for the yet to be defined opcode table or tables.