home *** CD-ROM | disk | FTP | other *** search
- This example is a short example of how to build a program using my
- tools. It is approximately what I would do to make a ROM image for my
- 68K target; although i would rewrite the linker specificatiion file
- (examp.spc) to include the static data in with the code and then I
- would copy it to RAM on startup.
-
- Note that this simple example does nnot handle the following things:
-
- pointers initialized into the data segment
- applicable #pragma directives.
-
- This stuff will be handled by the full library when I get it up and
- running.