tealang icon indicating copy to clipboard operation
tealang copied to clipboard

Support gload(s)(s), load(s), store(s)

Open algorandskiy opened this issue 2 years ago • 0 comments

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.

algorandskiy avatar Apr 05 '22 18:04 algorandskiy