Documentation
¶
Index ¶
Constants ¶
View Source
const ( ICONST SCONST FCONST IADD ISUB IMUL IDIV JMP JMPT JMPF ILT IEQ COPY GLOAD GSTORE LOAD STORE CALL RET // Use to print value from stack PRINT // Use to print value from constant pool which value is // identified by an index from stack PRINTC HALT )
Instructions of assembly
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Stack ¶
type Stack[T any] struct { // contains filtered or unexported fields }
Stack is a representation of the stack data structure
Click to show internal directories.
Click to hide internal directories.