home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / atari / st / tech / 6550 < prev    next >
Encoding:
Internet Message Format  |  1993-01-08  |  1.0 KB

  1. Path: sparky!uunet!spool.mu.edu!agate!doc.ic.ac.uk!uknet!bhamcs!percy!dxo
  2. From: dxo@cs.bham.ac.uk (David Oakley)
  3. Newsgroups: comp.sys.atari.st.tech
  4. Subject: Re: How do you write a CPX
  5. Message-ID: <1993Jan8.163112@cs.bham.ac.uk>
  6. Date: 8 Jan 93 16:31:12 GMT
  7. References: <107480010@hpfcso.FC.HP.COM>
  8. Sender: news@cs.bham.ac.uk
  9. Organization: University of Birmingham
  10. Lines: 15
  11. Nntp-Posting-Host: jw2
  12.  
  13. 1. The best way to find out about CPXs is to buy DocSupport II. Not that I've
  14. managed to write one... Anyone have CPX code for Lattice C?
  15.  
  16. 2. TOS by default clears all unallocated RAM before running a new program so that
  17. it can guarentee(sp!) that any spare memory is all zero's
  18. That's OK on a 520, but clearing 4Mb of memory on an 8MHz 68000 is painful to say
  19. the least.
  20. PinHead stops TOS clearing all that space, and is compatible with MOST software.
  21. The Fastload bit with is the 28 byte header at the start of any TOS/PRG program
  22. is Atari's way of doing the same thing. Any program with this bit set won't have
  23. its memory cleared by TOS 1.4+.
  24.  
  25. 3. Dunno!
  26.  
  27. David.
  28.