home *** CD-ROM | disk | FTP | other *** search
/ Oakland CPM Archive / oakcpm.iso / cpm / asmutl / m80-v344.pat < prev    next >
Encoding:
Internet Message Format  |  1984-09-30  |  1.0 KB

  1. Date: Monday, 10 September 1984  15:38-MDT
  2. From: Ron Fowler <RFOWLER>
  3. To:   Keith Petersen <W8SDZ>
  4. Re:   Assembler Files
  5.  
  6. Speaking of handy things for assemblers, if any of you use M80, you
  7. may be interested in a 'quickie' patch I worked out.
  8.  
  9. Typically, I debug one module at a time in a large program, and while
  10. I prefer to keep the EXTRN and PUBLIC statements limited to only the
  11. symbols that are actually referenced, during the module's debug phase,
  12. it's often handy to have all of its labels public.
  13.  
  14. I used to run through and change all the colons to double colons
  15. (M80's 'simple' way to make a  public).  I got tired of this, and went
  16. rambline through M80 and came up with a patch that sets both the
  17. 'defined' bit and the 'public' bit whenever M80 sees a colon in its
  18. input stream.  Thus, I keep two M80's handy, M80.COM for 'normal'
  19. operation, and M80G.COM, when I want everything public.
  20.  
  21. This patch applies only to M80 version 3.44: change location 03A4H
  22. from 20H to 60H.
  23.  
  24. Hope someone else finds this useful.                --Ron
  25.