We've just updated MediaWiki and its underlying software. If anything doesn't look or work quite right, please mention it to us. --RanAS
DECW (SPC700): Difference between revisions
From SnesLab
(→See Also: memory pair) |
(→External Links: added anomie link) |
||
Line 49: | Line 49: | ||
=== External Links === | === External Links === | ||
* Official Super Nintendo development manual on DECW: Table C-12 in [https://archive.org/details/SNESDevManual/book1/page/n233 Appendix C-8 of Book I] | * Official Super Nintendo development manual on DECW: Table C-12 in [https://archive.org/details/SNESDevManual/book1/page/n233 Appendix C-8 of Book I] | ||
* anomie: https://github.com/yupferris/TasmShiz/blob/master/spc700.txt#L422 | |||
[[Category:ASM]] | [[Category:ASM]] |
Revision as of 22:02, 13 July 2024
Basic Info | |||||||
---|---|---|---|---|---|---|---|
Addressing Mode | Opcode | Length | Speed | ||||
Direct Page | 1A | 2 bytes | 6 cycles |
Flags Affected | |||||||
---|---|---|---|---|---|---|---|
N | V | P | B | H | I | Z | C |
. | . | . | . | . | . |
DECW is an SPC700 command that decrements a 16-bit word of the direct page.
Syntax
DECW dp
See Also
External Links
- Official Super Nintendo development manual on DECW: Table C-12 in Appendix C-8 of Book I
- anomie: https://github.com/yupferris/TasmShiz/blob/master/spc700.txt#L422