A89: dumb question


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

A89: dumb question




This is really a dumb question.  However, here it goes: If I for example do 
something like:
 whatever dc.b xx

...then what would happen if i did something like:
 clr.w whatever
        or
 clr.l whatever...


would the compiler go crazy? or just ignore it?


Follow-Ups: