We've just updated MediaWiki and its underlying software. If anything doesn't look or work quite right, please mention it to us. --RanAS
Instruction Register: Difference between revisions
From SnesLab
(→References: Labiak) |
(what it contains) |
||
Line 1: | Line 1: | ||
The '''Instruction Register''' (IR) exists on the [[65c816]]. It is 8 bits wide. It is not accessible to the programmer. | The '''Instruction Register''' (IR) exists on the [[65c816]]. It is 8 bits wide and contains the opcode just fetched from memory. It is not accessible to the programmer. | ||
=== References === | === References === |
Revision as of 02:04, 29 June 2024
The Instruction Register (IR) exists on the 65c816. It is 8 bits wide and contains the opcode just fetched from memory. It is not accessible to the programmer.
References
- Labiak, https://archive.org/details/Programming_the_65816/page/n49
- section 2.1 on page 6 of 65c816 datasheet, https://westerndesigncenter.com/wdc/documentation/w65c816s.pdf