We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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:
val_text: db '0AH' label0AH:
val_text: db '10' label10:
Hello Jon, this is a syntax error. SET requires a numeric value, no string expression. I can use the MPL define as in
%DEFINE (VAL) (10) Label%VAL: