We've just updated MediaWiki and its underlying software. If anything doesn't look or work quite right, please mention it to us. --RanAS
SMB: Difference between revisions
From SnesLab
(created page) |
(added link to E&L) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
'''SMB''' (Set Memory Bit) is a Rockwell 65c02 instruction. | '''SMB''' (Set Memory Bit) is a Rockwell 65c02 instruction that sets a single bit in the zero page location specified by the operand byte. The index of which bit to set is specified by a numeral immediately following the mnemonic. | ||
=== See Also === | |||
* [[RMB]] | |||
* [[SET1]] | |||
=== Reference === | |||
* https://archive.org/details/0893037893ProgrammingThe65816/page/n591 | |||
[[Category:ASM]] | [[Category:ASM]] | ||
[[Category:Rockwell 65c02 Additions]] | [[Category:Rockwell 65c02 Additions]] |
Latest revision as of 04:05, 26 July 2023
SMB (Set Memory Bit) is a Rockwell 65c02 instruction that sets a single bit in the zero page location specified by the operand byte. The index of which bit to set is specified by a numeral immediately following the mnemonic.