Getting Started with M1750 Ada: Ada 95 Compilation System for Spacecraft Microprocessors | ||
---|---|---|
Prev | Appendix C. M1750 Assembler Options and Directives | Next |
The following directives are supported in addition to the common ones listed in the assembler documentation.
.skip is identical to the .space directive.
.rdata tells the assembler to assemble the following statements onto the end of the read-only data subsection numbered subsection (which is an absolute expression). If subsection is omitted, it defaults to zero.
.rodata is identical to the .rdata directive.
.sbam expects one or more flonums, separated by commas. It assembles Single precision binary angular measurement (See draft MIL-STD-1750B section 4.1.11).
.dbam expects one or more flonums, separated by commas. It assembles Double precision binary angular measurement (See draft MIL-STD-1750B section 4.1.12).