30.3. M1750 Machine Directives

30.3.1. .skip number

.skip is indentical to the .space directive.

30.3.2. .rdata subsection

.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.

30.3.3. .rodata subsection

.rodata is identical to a .rdata directive.

30.3.4. .sbam flonums

.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).

30.3.5. .dbam flonums

.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).