ah, stupid mistake thanks for pointing it out > The problem is the very first line: move.l #200,a2 > > see, you are moving an interger into a2, not reading from memory at > adress 200. > > so get rid of that "#" character.