symbols (3) --- print cross-assembly symbol table 01/15/83 _U_s_a_g_e symbols (-6800 | -8080) _D_e_s_c_r_i_p_t_i_o_n 'Symbols' prints the symbol table placed in an object code file by one of the cross-assemblers 'as6800' or 'as8080' or by the linker 'lk'. The mandatory first argument specifies the assembler used to create the original object code file. Each symbol is printed along with its (16-bit) value and a "type" designator, which is "ext" for external, "rel" for relocatable, or "abs" for absolute (8080 register mnemonics). _E_x_a_m_p_l_e_s symbols -6800 .o symbols -8080 mux _M_e_s_s_a_g_e_s "Usage: symbols ..." for invalid argument syntax. Warnings if the object file could not be opened or if it was improperly structured. _S_e_e _A_l_s_o as6800 (3), as8080 (3), lk (3), size (3) symbols (3) - 1 - symbols (3)