Putting the statement data byte 1h in the assembly program builds fine. But when I replace
the same with data byte AAh it throws an error 
undefined symbol : AAh
What could be the reason for that AA is a valid hexadecimal character and AA is one byte long
So why it marks as undefined
