piranna / wasmachine

Put WebAssembly in your washing machine
GNU General Public License v3.0
202 stars 11 forks source link

[stack] Access non-tos data #5

Closed piranna closed 7 years ago

piranna commented 7 years ago

Allow to access directly to data not on the Top of Stack to earn cycles fetching it, and also allow to drop several frames at the same time. In both cases, just three of them would be just enought (operator1, operator2 and condition, for select instruction).

piranna commented 7 years ago

Done in master, clossing.