home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Tools / Languages / GCC 1.37.1r14 / usr / gcc archive / gcc / gcc.rsrc / TEXT_404.txt < prev    next >
Encoding:
Text File  |  1994-02-08  |  1.4 KB  |  31 lines

  1. Assembler
  2.  
  3. This stage may be invoked if you have a valid .s file generated by the
  4. GCC/compile option. It must not be used to process the output of the
  5. compile(MPW) option. Typically the required format is known as
  6. MIT syntax, whereas the compile(MPW) option generates Motorola
  7. syntax with Apple variations.
  8.  
  9. To invoke the assembler, bring a valid .s editor window to the front,
  10. and choose the GCC/assemble menu option.
  11.  
  12. Assuming there are no errors, an object browser window will be
  13. produced, or if you have a suitcase open, a dummy desk accessory
  14. will be produced and added to the suitcase. The idea of using desk
  15. accessories as object modules is to make it easy to manage
  16. libraries using the finder. These DAs are nothing to do with
  17. your final application, and have no individual functionality.
  18.  
  19. The object browser window shows the symbols generated by your program,
  20. whether internal/external/common and text,data or uninitialized data.
  21. Each symbol has a file corresponding to the nominal offset in the object file,
  22. or -------- if it is an undefined external.
  23.  
  24. If you get any errors from the assembler pass, it is either a program error
  25. or you attempted to process an invalid source window, or you tried to
  26. assemble an incorrect user assembly language module.
  27.  
  28. If you have a valid object browser window open, you can proceed to the
  29. link stage, or compile more modules to be linked with this one.
  30.  
  31.