Write8           3306 src/dps8/dps8_cpu.c             Write8 (addr, cpu.Yblock8, cpu.currentInstruction.b29);
Write8            889 src/dps8/dps8_iefp.c     Write8 (address, data, cpu.currentInstruction.b29);
Write8            890 src/dps8/dps8_iefp.c     Write8 (address + 8, data + 8, cpu.currentInstruction.b29);
Write8            899 src/dps8/dps8_iefp.c     Write8 (address, data, cpu.currentInstruction.b29);
Write8            900 src/dps8/dps8_iefp.c     Write8 (address + 8, data + 8, cpu.currentInstruction.b29);
Write8            901 src/dps8/dps8_iefp.c     Write8 (address + 16, data + 16, cpu.currentInstruction.b29);
Write8            902 src/dps8/dps8_iefp.c     Write8 (address + 24, data + 24, cpu.currentInstruction.b29);
Write8             28 src/dps8/dps8_iefp.h void Write8 (word18 address, word36 * data, bool isAR);