We've just updated MediaWiki and its underlying software. If anything doesn't look or work quite right, please mention it to us. --RanAS
Signature Byte: Difference between revisions
From SnesLab
(added instructions) |
(note about addressing mode, ref) |
||
(One intermediate revision by the same user not shown) | |||
Line 4: | Line 4: | ||
* [[COP]] | * [[COP]] | ||
* [[WDM]] | * [[WDM]] | ||
None of these instructions are considered to use [[immediate addressing]] even though the signature byte immediately follows the opcode. | |||
=== Reference === | |||
* 7.22 BRK Instruction on page 53 of 65c816 datasheet: https://www.westerndesigncenter.com/wdc/documentation/w65c816s.pdf | |||
[[Category:ASM]] | [[Category:ASM]] | ||
[[Category:Official Jargon]] |
Latest revision as of 18:29, 29 July 2024
A Signature Byte is the second byte of certain two-byte 65x instructions:
None of these instructions are considered to use immediate addressing even though the signature byte immediately follows the opcode.
Reference
- 7.22 BRK Instruction on page 53 of 65c816 datasheet: https://www.westerndesigncenter.com/wdc/documentation/w65c816s.pdf