Matthew-McRaven / Pepp

The next generation of Pep series simulators
https://compsys-pep.com
GNU General Public License v3.0
4 stars 0 forks source link

Enable operand decoding in CPU pane #498

Closed Matthew-McRaven closed 3 weeks ago

Matthew-McRaven commented 3 weeks ago

The decoded operand will be 0, 1, or 2 bytes depending on which mnemonic is current. The number of bytes is assigned as such: unary => 0, LDBr && CPBr => 1, all other => 2.