show MMR*
This commit is contained in:
parent
c26e6f4853
commit
b35c0dbf1a
1 changed files with 5 additions and 0 deletions
|
@ -98,6 +98,11 @@ void mmu_dump(console *const cnsl, bus *const b)
|
|||
|
||||
uint16_t mmr3 = b->getMMR3();
|
||||
|
||||
cnsl->put_string_lf(format("MMR0: %06o", mmr0));
|
||||
cnsl->put_string_lf(format("MMR1: %06o", b->getMMR1()));
|
||||
cnsl->put_string_lf(format("MMR2: %06o", b->getMMR2()));
|
||||
cnsl->put_string_lf(format("MMR3: %06o", mmr3));
|
||||
|
||||
dump_par_pdr(cnsl, b, 0172200, 0172240, "supervisor i-space", 0);
|
||||
dump_par_pdr(cnsl, b, 0172220, 0172260, "supervisor d-space", 1 + (!!(mmr3 & 2)));
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue