2010-10-26 10:42 AM
Struct in Flash
2011-05-17 05:12 AM
Hello damh
Just to extend my knowledge..can you give some more explanation .. Whats wrong with IAR specific pragma commands?2011-05-17 05:12 AM
Whats wrong with IAR specific pragma commands?
Like any language extensions they aren't very portable, casts work practically everywhere. The IAR extensions aren't going to work on RealView, Keil, GHS, Rowley, Atollic, GCC, etc. The same reason I'd avoid nameless unions/structures, and incrementing void * pointers. The code will be difficult to work with, and maintain, 5,10,15 or 20 years from now.