mot (3) --- generate Motorola format object tape 01/15/83 _U_s_a_g_e mot [ ] _D_e_s_c_r_i_p_t_i_o_n 'Mot' takes the output of the Motorola 6800 cross-assembler ('as6800'), relocates it to the desired starting address (0000 by default), and generates a Motorola standard format object tape on its first standard output. 'Mot' is useful for down-line loading assembled code to development systems equipped with the MIKBUG/MINIBUG ROM (or any of the many other commercially available ROM's using the same load format). Unlike MIKBUG's Punch command, 'mot' generates an "L" before and an "S9" after the object text, thus permitting con- venient loading of multiple files without operator inter- vention. _E_x_a_m_p_l_e_s mot mux mot highloader 16384 _M_e_s_s_a_g_e_s "Can't open" for unreadable object file. "Usage: mot ..." for missing arguments. "badly formed code file" when an error is found in the code file. _B_u_g_s Locally supported. _S_e_e _A_l_s_o as6800 (3), lk (3), intel (3) mot (3) - 1 - mot (3)