I would like to use instructions like tas, cas, and cas2 in some kernel code - so I'd need to know if we are compiling for m68020 or greater - is there some easy way to do that? #if defined(__mc68020__) || defined(__mc68030__) ... does not seem like the most elegant way. Thanks, Martin