Implement Instruction Pipeline #3

Merged
paoda merged 20 commits from pipeline into main 2022-10-17 19:42:42 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit aa100de581 - Show all commits

View File

@ -215,7 +215,7 @@ pub const Logger = struct {
cpu.r[12], cpu.r[12],
cpu.r[13], cpu.r[13],
cpu.r[14], cpu.r[14],
cpu.r[15], cpu.r[15] - 4,
cpu.cpsr.raw, cpu.cpsr.raw,
opcode, opcode,
}; };