lastmjs / wasm-metal

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

Initial structure #9

Closed lastmjs closed 6 years ago

lastmjs commented 6 years ago

So this has the initial Redux structure...I want to make sure the instruction cycles are good, and make sure we understand where the ALU is going to fit in along with any other possible hardware structures. Once that is more or less understood, I'll break up the Redux reducer into separate files appropriately to allow people to work on different classes of instructions without major merge conflicts