I recently ran into an issue where I needed to invert a mask value. Typically, you do that by placing the '~' character in front of the data, ie: IFR_T2 = 0 mov #~(1<
↧