home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 2 / crawlyvol2.bin / program / assembly / assembly.lst next >
File List  |  1995-03-19  |  3KB  |  47 lines

  1.     ***********************************************************************
  2.    **        T h e   C r a w l y   C r y p t   C o l l e c t i o n        **
  3.    *                            P r e s e n t s                            *
  4.    **                 Assembly Language Programming Files                 **
  5.     ***********************************************************************
  6.  
  7. ABZSHELL  Complete assembly source code to ABZ command shell, by Alain Birtz.
  8.           ABZ command shell is a command line interpreter (CLI).  The assembly
  9.           source code is very well commented (in English).
  10. ACCHEAD   Assembly source code of a desk accessory (*.ACC) skeleton.  This
  11.           source code is extremely well commented in English and was designed
  12.           to be assembled with DevPac.
  13. ARGUS     Assembly source code for Argus & Xargus, a couple of programming
  14.           utils that were written to provide an easy way to keep track of what
  15.           a program currently running is doing (reading) on the disk.  Argus
  16.           intercepts the Bios RWABS call and displays the parameters.  Xargus
  17.           does a similar thing to the XBIOS call Floprd. (Xbios call #8)
  18. FIX_GDOS  Assembly source code to "Fix GDOS" by Dieter Fiebelkorn (of GEM-View
  19.           fame).  Some programs don't run with GDOS, because this programs call
  20.           v_opnvwk() or v_opnwk() with handle 0.  Also programs compiled with
  21.           OMIKRON-basic have this the "Invalid handle" problem.  FixGDOS fixes
  22.           this problem.
  23. HDW3_S    Assembly source code to the third revision of hdwait.  Hdwait is a
  24.           program that installs on the bootsector of a floppy disk and which,
  25.           when booted, will force the computer to wait for the hard drive to
  26.           spin up.
  27. MCLOCK2S  Assembly source code for MCLOCK by Robert Fischer.  MCLOCK is yet
  28.           another corner clock which serves two main purposes: It doesn't use
  29.           Line-A, and in addition to being able to display the time in 12 and
  30.           24 hour formats, MCLOCK can display it in a 100-hour format
  31.           (actually, 100-hur format), where each hur is 1/100 of a day.
  32. RAMDISK   Complete assembly source code to create and install a RAMDISK as
  33.           drive M:.  This is a freely distributable offering from Atari Corp
  34.           and was designed to be assembled with the MadMac assembler.
  35. RSC_TO_S  Assembly source code for Resource to Source by Roy Glover and Gary
  36.           Burke.  RSC_TO_S takes a standard .RSC file and converts it to a
  37.           formatted assembler source text, which can be saved as an .S file,
  38.           and printed to screen or printer. The .S file can then be included in
  39.           your program source, edited, re-arranged, and reassembled.
  40. SYNC7UP   Assembly source code for the "Syncscrolling in 7 scanlines" routine
  41.           by New Mode/Delta Force/Union.  This source was meant to be assembled
  42.           with the DevPac assembler.
  43. TAPE_SRC  Assembly source code for TapeBIOS driver software Version 1.5 by Alan
  44.           Hourihane.  TapeBIOS program allows these Atari machines to talk to a
  45.           SCSI tape drive connected through the DMA bus (not the SCSI bus of
  46.           the TT).
  47.