lastmjs / wasm-metal

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

Byte addressing #19

Open lastmjs opened 6 years ago

lastmjs commented 6 years ago

We aren't sure whether we need to byte or word address, but it seems like byte addressing is the way to go: https://stackoverflow.com/questions/2724449/difference-between-word-addressable-and-byte-addressable

If anyone has anymore information on this, please let us know. We'll be moving forward with byte addressing (makes it really easy to load up initial memory).