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
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