bsodmike
Joined: 05 Aug 2006 Posts: 52
|
Odd Question... |
Posted: Thu Oct 12, 2006 2:01 am |
|
|
Hi,
Not sure how to classify this but here it is anyways. The CC5X compiler allows one to define data in binary as follows,
0b.0000.0000
but CCS takes it only as
0b00000000
Having the '.' separation makes it light up in editors quite nicely - is there any *easy* way of having the compiler understand that 0b.ZZZZ.YYYY == 0bZZZZYYYY ??
Cheers,
Mike |
|