Open darrylabbate opened 1 year ago
Depends on:
SETG
X
globals[K[X]] = SP[-1]
SETL
FP[X] = SP[-1]
This can also be extended as a binary op with an extra operand, but it's unclear if this is a good idea since I want to extend any optimzations to compound assignment as well - so there may not be enough space for all the extra opcodes.
Depends on:
49
SETG
X
globals[K[X]] = SP[-1]
SETL
X
FP[X] = SP[-1]
This can also be extended as a binary op with an extra operand, but it's unclear if this is a good idea since I want to extend any optimzations to compound assignment as well - so there may not be enough space for all the extra opcodes.