I thought I knew how to specify numeric notation in my source, now I'm confused :( This is what I thought 9 = Single digit 0-7 don't care d'9' = Decimal notation b'1' = Binary notation FFh = Hex notation 0xFF = Hex notation I get errors using either HEX notation. Can somebody list what exactly I should be using?? John