A68K - 68000 Cross Assembler Notes 11/09/82 Command line to invoke the assembler: A68K ; short form A68K ,= ; full form ----------------- Equivalence ---------------- XYZ XYZ.HEX,XYZ.PRN=XYZ.ASM ,CON:=XYZ NUL:,CON:=XYZ.ASM XYZ,=XYZ XYZ.HEX,NUL:=XYZ.ASM XYZ.OBJ=XYZ.SRC XYZ.OBJ,XYZ.PRN=XYZ.SRC ,CON:=CON: NUL:,CON:=CON: Object file may be in Motorola S-record (default) or Intel HEX format. SET ; temp val EQU ; perm val REG ; perm val Note that a size attribute may be tacked onto SET or EQU to govern the way string constants appearing in the expression are handled. The default size is long. String constants are left justified according to size and zero filled. for use in MOVEM - / A D Labels are symbols which receive the current value of the program counter. For labels beginning in column 1, colon is optional. For labels preceded by blanks, colon is required. OPT