.hd size "calculate size of cross-assembler object code" 01/15/83 size (-6800 | -8080) .ds 'Size' is used to determine the number of bytes of object code in all the code segments of the named object file. The mandatory first argument tells whether the object file was generated by the Motorola 6800 cross-assembler ('as6800') or the Intel 8080 cross assembler ('as8080'). .es size -6800 .o size -8080 mux .me "Usage: size ..." for invalid argument syntax. .br Warnings if the object file could not be opened or is not in standard format. .sa symbols (3), as6800 (3), as8080 (3), lk (3)