You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Converted AddressingMode resolution to a fixed array
This also greatly sped up execution, though not quite as much as mnemonic resolution. Also converted integer mapping in `arithmeticFunction` to use `lazy` which strangely sped that process up as well.
Added `peek()` function to inspect the next upcoming instruction
Also added a `disassembled` var to `Instruction` so we can show a user friendly version without the commented opcode cruft that is nicer on the console.