We've just updated MediaWiki and its underlying software. If anything doesn't look or work quite right, please mention it to us. --RanAS

Break Flag: Difference between revisions

From SnesLab
Jump to: navigation, search
(→‎References: hid archive URL for E&L)
(→‎References: hid archive URL for E&L)
Line 20: Line 20:
# https://problemkaputt.de/fullsnes.htm#cpuregistersandflags
# https://problemkaputt.de/fullsnes.htm#cpuregistersandflags
# [[Eyes & Lichty]], [https://archive.org/details/0893037893ProgrammingThe65816/page/422 page 422], Table 18.2. 65x Flags.
# [[Eyes & Lichty]], [https://archive.org/details/0893037893ProgrammingThe65816/page/422 page 422], Table 18.2. 65x Flags.
# page 486, lbid.
# [https://archive.org/details/0893037893ProgrammingThe65816/page/486 page 486], lbid.

Revision as of 03:07, 9 August 2024

Note: This page may be confusing or inaccurate. See the talk page.

The Break Flag (B) exists on the SPC700, as bit 4 of the Program Status Word. It discerns between IRQs and BRK.

BRK and PHP[dubious] set the break flag. IRQs, NMIs, and reset clear it.[1]

RETI and POP can modify the break flag.

In emulation mode the 65c816 has a break flag too.[2] But in native mode it becomes the Index Register Select. PLP can affect the break flag.[3]

See Also

References

  1. https://problemkaputt.de/fullsnes.htm#cpuregistersandflags
  2. Eyes & Lichty, page 422, Table 18.2. 65x Flags.
  3. page 486, lbid.