Skip to main content

Questions tagged [addressing]

5 votes
1 answer
228 views

Could you please help me to address MEGA65 memory above 64 KB using VBCC compiler? Below example of changing color attribute of a character works just for memory below 16-bit address space: #define ...
KmsDev's user avatar
  • 81
15 votes
2 answers
1k views

I most online documentation, I find the addressing mode for BRK to be "implied", which is logical. In the W65C02S datasheet however, it is set as "stack": Is there some reasoning ...
Bart Friederichs's user avatar
12 votes
1 answer
1k views

I'm trying to learn a bit more about the internal workings of the 6502. The manual says that the branch instructions do not affect the carry flag. However, my understanding is that some carry handling ...
Patrick LeBoutillier's user avatar
4 votes
2 answers
473 views

I see on the schematic that /M1 and A7 go to CS0 and CS1 respectively. As I recall, both of these need to be high for the chip to be selected. And A6 goes to CS2, which needs to be low for the chip to ...
Omar and Lorraine's user avatar