I have seen on multiple occasions where the accumulator in the History table, when printed out via the formatString function displays $FFFF instead of the actual accumulator value (see first image). It will eventually get unstuck, but continues to display the value $FFFF across multiple instructions, including LDA instructions.
I have seen on multiple occasions where the accumulator in the History table, when printed out via the
formatString
function displays$FFFF
instead of the actual accumulator value (see first image). It will eventually get unstuck, but continues to display the value$FFFF
across multiple instructions, includingLDA
instructions.