lib (3) --- concatenate cross-assembler object files 01/13/83 _U_s_a_g_e lib { } _D_e_s_c_r_i_p_t_i_o_n 'Lib' is used to concatenate the object code files produced by the 'as6800' and 'as8080' cross-assemblers. This is usually done to generate a library suitable for use by the link editor 'lk'. If arguments are given on the command line, 'lib' concatenates the named files and places their concatenation on the file "lib.out". Otherwise, file names are taken from standard input, and their contents are concatenated and placed on "lib.out". _E_x_a_m_p_l_e_s files .o$ | lib lib rtrlib new_routine.o _F_i_l_e_s "lib.out" is always the output file. _M_e_s_s_a_g_e_s "Can't open" for unreadable or unwritable files; _B_u_g_s Locally supported. _S_e_e _A_l_s_o as6800 (3), as8080 (3), size (3), symbols (3), lk (3) lib (3) - 1 - lib (3)