OSBYTE &93

From BeebWiki
Jump to: navigation, search

OSBYTE &93 (147) - Write FRED

   X=offset within page &FC and Y=byte to write
Warning

Acorn MOS 1.20 writes the byte using STA &FC00,X. As it is an indexed-addressing instruction, the 6502 CPU always[1][2] performs a dummy read immediately before the write. Some hardware, though not all, may operate inappropriately due to the dummy read: outputs could momentarily be set to the wrong level, or an interrupt condition could be cleared and lost. Review the datasheet for the hardware being accessed to see whether it will be adversely affected.

A safer alternative is to call OSWORD &06 with !XY=&FFFFFC00 + offset, XY?4=byte.

See Also

Jgharston 22:04, 26 May 2009 (UTC)

References

  1. MOS Technology, Inc. (January 1976), MCS6500 Microcomputer Family Hardware Manual, appendix A, section A.3.4, p.A-6 (PDF p.173)
  2. Jarkko Sonninen et al. (1994), 64doc