home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 300-399 / ff384.lzh / NorthC / Example2.LZH / disass / README.sjh < prev    next >
Text File  |  1990-09-07  |  515b  |  12 lines

  1.  
  2.   This directory contains an example by Martin Combs, thanks Martin.  The 
  3. program disassembles object files to produce assembler code.  The program 
  4. was originally written in BASIC but Martin has now converted it into 'C'.
  5.  
  6.   I have changed the program in two ways, first I have converted some int 
  7. references to shorts, now that ints are 4 bytes, secondly I have added a 
  8. fflush() now that NorthC programs buffer their output.  Other than these 
  9. two changes I have not altered the program at all.
  10.  
  11. Steve Hawtin.
  12.