Am 20.01.2003 15:35:22, schrieb Dmitry <di...@eis.ru>: >Fellows, >I would like to know if somebody uses some macros from iomacros.h. >I am going to remove them as soos as 3.3 will be released in order to avoid >annoying warnings.
i don't care about the name of the include but i consider some definitions from that file as valuable. we can take it to msp430/common.h, if you like. i consider these as important: _BIS_SR(x) _BIC_SR(x) _BIS_SR_IRQ(x) _BIC_SR_IRQ(x) nop() _NOP() sfrb(x,x_) sfrw(x,x_) i guess some of the other macros are nice too (e.g. if porting from IAR?) chris