MARIE-js / MARIE.js

MARIE.js is a simple, yet intuitive MARIE simulator built in JavaScript :pencil: and is used for teaching computing architecture and assembly language
https://marie.js.org
MIT License
144 stars 45 forks source link

Wiki Instruction Set Missing LoadI StoreI #277

Closed Nopey closed 5 years ago

Nopey commented 5 years ago

Missing StoreI and LoadI are missing their instruction's byte (D and E respectively) https://github.com/MARIE-js/MARIE.js/wiki/MARIE-Instruction-Set-(with-Opcodes) AFAIK, I cannot edit the wiki.

ericjiang97 commented 5 years ago

Thanks @Nopey. fixed!