lastmjs / wasm-metal

A bare metal physical implementation of WebAssembly. That's right, a WebAssembly CPU.
MIT License
360 stars 9 forks source link

Implement mux for opcode parameter lookup #21

Open lastmjs opened 6 years ago

lastmjs commented 6 years ago

@electrovir Can you get a design for this? This is the next biggest priority I would say

electrovir commented 6 years ago

Need to figure out how the size of the parameters is designated. Is every parameter from a single opcode the same size? If not, that'll complicate it.