Go to the first, previous, next, last section, table of contents.
In order to be compatible with the Sun assembler the 680x0 assembler
understands the following directives.
.data1
- This directive is identical to a
.data 1
directive.
.data2
- This directive is identical to a
.data 2
directive.
.even
- This directive is identical to a
.align 1
directive.
.skip
- This directive is identical to a
.space
directive.
Go to the first, previous, next, last section, table of contents.