adumont / hrm-cpu

Human Resource Machine - CPU Design #HRM
https://twitter.com/i/moments/1017515777610649601
GNU General Public License v3.0
71 stars 8 forks source link

Implement Indirect addressing mode #4

Closed adumont closed 6 years ago

adumont commented 6 years ago

For now, I'm only focusing on Direct Addressing mode. Indirect mode will require some changes in the Control Unit (FSM).

adumont commented 6 years ago

9e31f38 Added support for Indirect Addressing Mode in the assembler

adumont commented 6 years ago

Added Indirect mode support to the FSM and tested e209c9ff