Expressions: 1.3.5
: By default, all numbers are interpreted as decimal unless a different radix is specified via the .radix directive. Radix Support : The assembler supports four primary formats: Hexadecimal
Section 1.3.5 details how numerical values are processed within the ASxxxx assembler's source programs. It establishes the rules for radix interpretation, prefixing, and numerical representation. Expressions 1.3.5
: Numbers are strictly considered absolute values . Consequently, they are never treated as relocatable entities in the code. Context Within "Expressions" : By default, all numbers are interpreted as
This report summarizes the documentation for , a sub-component of the "Symbols and Expressions" chapter in the ASxxxx Cross Assembler Documentation . Overview of Section 1.3.5: Numbers : Numbers are strictly considered absolute values
must be preceded by a minus sign ( - ). The assembler automatically translates these into two’s complement form.