home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / amiga / utility / misc / reqchang.run / ReqChange / Extra / LibSrc.Lha / README next >
Encoding:
Text File  |  1992-07-26  |  832 b   |  18 lines

  1.  
  2. Here is the source for the DICE-linker libraries for ReqTools.
  3.  
  4. Originally written by Jan van den Baard, with some (?) bugfixes and
  5. changes by Magnus Holmgren. The DMakeFile (that requires DMake 2.0)
  6. generates all flavours of the library, named:
  7.  
  8. reqtoolss.lib         ; Small data, stack arguments
  9. reqtoolssr.lib        ; Small data, register arguments
  10. reqtoolsl.lib         ; Large data, stack arguments
  11. reqtoolsrl.lib        ; Large data, register arguments
  12.  
  13. Assembly was done with GenIm2 (Devpac 2.14), as Das simply lacks some features
  14. that were needed to make the source simpler (would need twice as many source
  15. files if Das was used...). Should work with most macro-assemblers, that
  16. generates linkable code, supports xxx(a4) addressing for "normal" labels
  17. (i.e. smalldata model), and can define equates on the command line.
  18.