Hacker News new | ask | show | jobs
by odipar 253 days ago
I was once into 68k so I may be rusty, but shouldn't it be move.w d1,(a0)+ (increment the target address after each step)?
1 comments

The hardware increments an internal pointer after each access. The view to that address is through value in a0.