AS(1) UNIX Programmer's Manual AS(1) NAME as - assembler for MC68000 SYNOPSIS as [ -A ] [ -a afile ] [ -o objfile ] [ file ] HP-UX COMPATIBILITY Level: HP-UX/DEVELOPPMENT Origin: System III Remarks: _A_s is implemented on the Series 200 only. DESCRIPTION _A_s assembles the named _f_i_l_e, or the standard input if no file name is specified. The optional arguments -A or -a may be used to obtain an assembly listing with offsets and instruction codes listed in hex. If -A is used the listing goes to standard output. If -a is used the listing goes to _a_f_i_l_e. All undefined symbols in the assembly are treated as global. The output of the assembly is left on the file _o_b_j_f_i_l_e; if that is omitted, ._s is stripped from the end of the file name (if there) and ._o is appended to it. This becomes the name of the output file. _A_s does not invoke _l_d. FILES /usr/tmp/* temporary files file.o object file SEE ALSO adb(1), ld(1), nm(1), a.out(5). _M_C_6_8_0_0_0 _A_s_s_e_m_b_l_e_r _o_n _H_P-_U_X, in _H_P-_U_X _C_o_n_c_e_p_t_s _a_n_d _T_u_t_o_r_i_a_l_s. DIAGNOSTICS If the name chosen for the output file is of the form *.[cs], the assembler issues an appropriate complaint and quits. When syntactic or semantic errors occur, a single- line diagnostic is typed out together with the line number and the file name in which it occurred.