>When I do something like move.l #0,(a0) does a0 have the address of the >first modified byte or the last? The first, I believe. Should be the address of the long itself, which is the lowest byte in memory. --Cliff Biffle