Quantcast
Viewing all articles
Browse latest Browse all 746

indirect zeropage, how to explain?

Code:

X,indX-indexed, indirectOPC ($LL,X)operand is zeropage address; effective address is word in (LL + X, LL + X + 1), inc. without carry: C.w($00LL + X)ind,Yindirect, Y-indexedOPC ($LL),Yoperand is zeropage address; effective address is word in (LL, LL + 1) incremented by Y with carry: C.w($00LL) + Y
I write the emulator for the application https://flathub.org/apps/io.github.xver ... riteEditor. I want to make a full pack of development for NES. I want to make a studio edition. This pack will include - graphics tool for pixel art, code editor with debug and emulation. From this site I get the information about cpu https://www.masswerk.at/6502/6502_instruction_set.html.

Can you explain in detail about indirect zero page. For example ADC ($00, X) and ADC ($00), Y. Or other values of address.

Statistics: Posted by xverizex — Tue Jan 02, 2024 8:39 am — Replies 0 — Views 24



Viewing all articles
Browse latest Browse all 746

Trending Articles