MCD File Output
A new global option to control the zero output of decimal registers has been added to OptFile MCD panel. When you suppress both leading and trailing zeros and output decimal point, a cmd of GOTO/12,0,0 was output as "X12." in a tape block and without the zero. Using the new option, you can specify the zero placement as noted below:
INTCOM(4594)=0 Output X12. (Default as before)
INTCOM(4594)=1 Output X12 decimal if needed
INTCOM(4594)=2 Output X12.0 at least one zero
This option gives the user the opportunity to affect the resulting machine control data file by suppression or inclusion of tab or blank characters before each letter address in the file.
Equivalent postprocessor commands:
PLABEL/OPTION,01,TO,0 $$ Do not punch blank characters (default).
PLABEL/OPTION,01,TO,2 $$ Insert a blank before each register address.