|
The MA-ST6 assembler translates ST6 assembly mnemonics into a machine
code and generates both a listing file and a relocatable object
file. Object files can then be combined, using the RL-ST6 linker,
with others generated by either the MA-ST6 assembler or the 'C'
compiler RC-ST6.
|
The MA-ST6 assembler is one of the components in either of the
Raisonance AKIT-ST6 or RKIT-ST6 packages. It can be used either
as a "command-line" translator or from a powerful Integrated
Development Environment called RIDE.
|
|
Nevertheless, MA-ST6 is source-compatible with the ST-Microelectronics'
AST6 macro- assembler. Indeed, AST6 source files are accepted
thanks to a built-in preprocessor that translates AST6 syntax into
MAST6 syntax.
|
Because the ST6 mnemonics are identical,
this preprocessing only concerns the directives. |