1,885
edits
Changes
→Techniques
** Decimal mode does not affect all operations -- for example, it affects add (ADC) but not increment (INC).
* To indicate the cursor position, you may want to use reverse video, which is available in the [[6502 Emulator|emulator]] by ORing a printable ASCII code with $80 to turn on the high bit.
* It is recommended that you run the emulator at its highest speed (move the Speed slider to the right).
== Lab 4 ==