Dunno, it's been 15+ years since I last did any 68K work.
But the essence of arrays is to load the address of an array into an 'a' register, and load the subscript into a 'd' register.
Then look for the various indexed addressing modes, something like
move.b d1, a0(d0)
There might even be auto-incrementing modes, like
move.b d1, a0(d0+)
Salem
Posting Sage
11,531 posts since Dec 2005
Reputation Points: 5,862
Solved Threads: 953