"Hamish Guthrie" hamishl@dplanet.ch writes:
Hi,
It would be really nice if the default in code generation from romcc would generate constant values as hex values, rather than decimal values - I have been looking at the generated code in auto.inc and $1016 really means nothing to me as opposed to 0x3f8, which means a lot to me.
I can probably be persuaded to implement a switch that changes the default.
For some uses hex values are very nice, for others decimal values are nice, and there is really no perfect default.
Eric