This commit is contained in:
2026-04-28 18:40:26 -05:00
parent d721adad3b
commit 9d4cec0553

View File

@@ -4,7 +4,6 @@ Operations
Stack operations: (0x00~0x1f) Stack operations: (0x00~0x1f)
pushn [int] Push int pushn [int] Push int
pushr [float] Push float (real) pushr [float] Push float (real)
pushs [string] Push string
pshcn [index] Push int from constant list pshcn [index] Push int from constant list
pshcr [index] Push float from constant list pshcr [index] Push float from constant list
pshcs [index] Push string from constant list pshcs [index] Push string from constant list