News:

PROTON pic BASIC Compilers for PIC, PIC24, dsPIC33

Main Menu

Radix selection for ASM & LST files.

Started by ranox, May 08, 2021, 02:21 AM

Previous topic - Next topic

ranox

Colleagues,

Over the various versions of the compiler and assembler, the format of constant value etc has varied between hexadecimal and decimal, in the ASM and LST output files.

Is there a "switch" or other directive to select these formats ??

Thanks
RanOx

top204

The compiler's Asm listing uses Hex values for address' so they are easier to read and compare to a datasheet.

There is no switch to alter it to decimal only.