Re: A89: dumb question


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

Re: A89: dumb question




Olle Hedman writes:
 > 
 > clr.w would clear that byte, and whatever byte is stored after.
 > 
 > 
 > so if you have 
 > 
 > whatever dc.b xx
 > foo      dc.b yy
 > 
 > then clr.w whatever would clear both whatever and foo.
 > 
 > clr.l would clear the byte, and the 3 bytes after..

Assuming, that 'whatever' happens to be on an even address, otherwise
a surprise package with big red 'address error exception' stamped
all over it will arrive in an instant ...

Zoltan


References: