According to the AS6811 Documentation , the assembler applies the following logic to numerical expressions:
must be preceded by a minus sign ( - ). The assembler automatically translates these into two’s complement form. Expressions 1.3.5
: Specific radix prefixes can be used to designate the base of individual numbers, overriding the default setting for that specific instance. Signage : According to the AS6811 Documentation , the assembler
may include a plus sign ( + ), though it is not required. According to the AS6811 Documentation
According to the AS6811 Documentation , the assembler applies the following logic to numerical expressions:
must be preceded by a minus sign ( - ). The assembler automatically translates these into two’s complement form.
: Specific radix prefixes can be used to designate the base of individual numbers, overriding the default setting for that specific instance. Signage :
may include a plus sign ( + ), though it is not required.