mirror of
https://github.com/GayPizzaSpecifications/pork.git
synced 2025-08-03 21:21:33 +00:00
implement support for setting indexed values
This commit is contained in:
@ -40,6 +40,7 @@ enum class Opcode(val id: UByte) {
|
||||
EuclideanModulo(37u),
|
||||
Remainder(38u),
|
||||
Index(39u),
|
||||
IndexSet(44u),
|
||||
ScopeIn(40u),
|
||||
ScopeOut(41u),
|
||||
ReturnAddress(42u),
|
||||
|
Reference in New Issue
Block a user