This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

MPL RADIX

Hello,

is it possible to set the output radix of MPL of A166
from hex to decimal?
Currently this code

%SET (VAL,10)
val_text:	db	'%VAL'
label%VAL:
is expanded to
val_text:	db	'0AH'
label0AH: 
instead of
val_text:	db	'10'
label10: 

I haven't found any RADIX command for MPL in the documentation.
In the A166 manual all MPL examples are shown in decimal
notation.

- Heinz

0