tealang
tealang copied to clipboard
Support gload(s)(s), load(s), store(s)
These opcodes expose AVM scratch space but tealang uses it for local vars allocation.
The solution might be in a special define shared slots(1, 24)
or similar in order to inform tealang compiler do not use these slots for local vars.