We've just updated MediaWiki and its underlying software. If anything doesn't look or work quite right, please mention it to us. --RanAS
SEV: Difference between revisions
From SnesLab
(→External Links: Clark link) |
(RTS) |
||
Line 2: | Line 2: | ||
To set the [[overflow flag]], consider using [[SEP]] or [[BIT]]. | To set the [[overflow flag]], consider using [[SEP]] or [[BIT]]. | ||
A common way is to use BIT on the address of a byte in ROM that has bit 6 set, like an [[RTS]].<sup>[1]</sup> | |||
=== See Also === | === See Also === | ||
Line 8: | Line 10: | ||
=== External Links === | === External Links === | ||
# Clark, Bruce. http://www.6502.org/tutorials/vflag.html | |||
# page 263, https://archive.org/details/0893037893ProgrammingThe65816/page/263 | |||
[[Category:ASM]] | [[Category:ASM]] | ||
[[Category:Non-Existant Instructions]] | [[Category:Non-Existant Instructions]] |
Revision as of 15:17, 24 July 2024
SEV (SEt Overflow) is a mnemonic for a non-existant 6502 instruction.
To set the overflow flag, consider using SEP or BIT.
A common way is to use BIT on the address of a byte in ROM that has bit 6 set, like an RTS.[1]