debug log
This commit is contained in:
parent
01e0ce5b86
commit
e318f2d4f6
1 changed files with 1 additions and 1 deletions
2
cpu.cpp
2
cpu.cpp
|
@ -878,7 +878,7 @@ bool cpu::single_operand_instructions(const uint16_t instr)
|
||||||
setPSW_z(v == 0);
|
setPSW_z(v == 0);
|
||||||
setPSW_v(false);
|
setPSW_v(false);
|
||||||
|
|
||||||
fprintf(stderr, "MTP%c: address %06o, value %06o\n", word_mode ? 'D' : 'I', a, v);
|
D(fprintf(stderr, "MTP%c: address %06o, value %06o\n", word_mode ? 'D' : 'I', a, v);)
|
||||||
|
|
||||||
if (dst_mode == 0)
|
if (dst_mode == 0)
|
||||||
putGAM(dst_mode, dst_reg, false, v, false); // ???
|
putGAM(dst_mode, dst_reg, false, v, false); // ???
|
||||||
|
|
Loading…
Add table
Reference in a new issue