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) |
(improve description) |
||
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]] | |||
[[Category:ASM]] | [[Category:ASM]] | ||
[[Category:Rockwell 65c02 Additions]] | [[Category:Rockwell 65c02 Additions]] |
Revision as of 03:56, 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.