Services and Modeling for Embedded Software Development
Embecosm divider strip
Prev  Next

3.1.1. Assembler Notation

The assembler generally follows standard GNU assembler conventions. Instructions take the following form:

There may be up to 3 arguments, separated by commas. Registers are indicted by R followed by a number. Constants and constant expressions may be preceded by # for clarity, but this is not required. C style notation to indicate the base of constants, which defaults to decimal.

Embecosm divider strip