[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

65816 Loop Question



65816 Loop Question

    I understand that 6502 and/or 65C02 can only limit up to 64KB.  The loop
can only cycle from $0000 through $FFFF.  If it tries to cycle from $FF00
through $1000F, it will only cycle from $FF00 through $000F.  It may
requires to use bank address switching, but it is not the solution.
    Do 65816 have access to cycle the loop beyond 64KB without needing to
use bank address switching?  I would love to see that the cycle will execute
from $00/F000 through $02/A000.  Please advise.

--
Yours Truly,

Bryan Parkoff
BParkoff@satx.rr.com