home *** CD-ROM | disk | FTP | other *** search
/ CD Shareware Magazine 1996 December / CD_shareware_12-96.iso / DOS / Programa / CCDL122.ZIP / EXAMP / EXAMP.DOC < prev    next >
Encoding:
Text File  |  1996-06-17  |  541 b   |  13 lines

  1. This example is a short example of how to build a program using my 
  2. tools.  It is approximately what I would do to make a ROM image for my
  3. 68K target; although i would rewrite the linker specificatiion file
  4. (examp.spc) to include the static data in with the code and then I
  5. would copy it to RAM on startup.
  6.  
  7. Note that this simple example does nnot handle the following things:
  8.  
  9. pointers initialized into the data segment
  10. applicable #pragma directives.
  11.  
  12. This stuff will be handled by the full library when I get it up and
  13. running.