| |||||
Using OC51To invoke the OC51 Banked Object File Converter from the command prompt, type OC51 along with the name of the banked object file. The OC51 command line must be entered using the following format: OC51 banked_obj_file where
OC51 creates separate absolute object files for each code bank represented in the banked object file. The names of the created files consist of the basename of the banked object file combined with the file extension Bnn where nn is the bank number 00-31. For example: OC51 MYPROG creates the following absolute object files...
...and so on. Note
| |||||
| |||||