liamrosenfeld / EmuGator

Computer engineering senior design team project
1 stars 0 forks source link

Create main emulator step function (clock) #14

Closed linear[bot] closed 3 weeks ago

linear[bot] commented 1 month ago

The emulator step function represents an atomic clocking of the emulated RISC-V processor. This is an indivisible unit on computation that saves a new EmulatorState to the history stack. This function should consume the assembler output and return information required for debugging.