Todo List
Global logic_decode_instruction (instruction_t *inst)
implement this function
Global logic_execute_instruction (instruction_t *inst)
implement this function
Global logic_fetch_instruction (instruction_t *inst)
implement this function
Global logic_MARMUX (instruction_t *inst, int ADDRMUX1sel, int ADDRMUX2sel)
implement this function
Global logic_write_memory (LC3_WORD addr, LC3_WORD value)
implement this function
Global logic_write_reg (int regNum, LC3_WORD val)
implement this function