home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 2 / crawlyvol2.bin / program / assembly / files.bbs < prev   
Encoding:
File List  |  1994-08-11  |  3.6 KB  |  54 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. QST_SRC   Complete assembly source code for version 1.5 of Quick ST (the
  33.           software blitter) by Darek Mihocka.  Very well commented.  See how
  34.           the famous Quick ST works!  Quick ST is the predecessor of CodeHead's
  35.           Warp 9.
  36. RAMDISK   Complete assembly source code to create and install a RAMDISK as
  37.           drive M:.  This is a freely distributable offering from Atari Corp
  38.           and was designed to be assembled with the MadMac assembler.
  39. RSC_TO_S  Assembly source code for Resource to Source by Roy Glover and Gary
  40.           Burke.  RSC_TO_S takes a standard .RSC file and converts it to a
  41.           formatted assembler source text, which can be saved as an .S file,
  42.           and printed to screen or printer. The .S file can then be included in
  43.           your program source, edited, re-arranged, and reassembled.
  44. SAVER     Assembly source code for screen on/off by Patrick Robert.  This
  45.           extremely well commented source code demonstrates how to properly
  46.           intercept a trap routine and how to do a resident routine.
  47. SYNC7UP   Assembly source code for the "Syncscrolling in 7 scanlines" routine
  48.           by New Mode/Delta Force/Union.  This source was meant to be assembled
  49.           with the DevPac assembler.
  50. TAPE_SRC  Assembly source code for TapeBIOS driver software Version 1.5 by Alan
  51.           Hourihane.  TapeBIOS program allows these Atari machines to talk to a
  52.           SCSI tape drive connected through the DMA bus (not the SCSI bus of
  53.           the TT).
  54.