home *** CD-ROM | disk | FTP | other *** search
File List | 1994-08-11 | 3.6 KB | 54 lines |
- ***********************************************************************
- ** T h e C r a w l y C r y p t C o l l e c t i o n **
- * P r e s e n t s *
- ** Assembly Language Programming Files **
- ***********************************************************************
-
- ABZSHELL Complete assembly source code to ABZ command shell, by Alain Birtz.
- ABZ command shell is a command line interpreter (CLI). The assembly
- source code is very well commented (in English).
- ACCHEAD Assembly source code of a desk accessory (*.ACC) skeleton. This
- source code is extremely well commented in English and was designed
- to be assembled with DevPac.
- ARGUS Assembly source code for Argus & Xargus, a couple of programming
- utils that were written to provide an easy way to keep track of what
- a program currently running is doing (reading) on the disk. Argus
- intercepts the Bios RWABS call and displays the parameters. Xargus
- does a similar thing to the XBIOS call Floprd. (Xbios call #8)
- FIX_GDOS Assembly source code to "Fix GDOS" by Dieter Fiebelkorn (of GEM-View
- fame). Some programs don't run with GDOS, because this programs call
- v_opnvwk() or v_opnwk() with handle 0. Also programs compiled with
- OMIKRON-basic have this the "Invalid handle" problem. FixGDOS fixes
- this problem.
- HDW3_S Assembly source code to the third revision of hdwait. Hdwait is a
- program that installs on the bootsector of a floppy disk and which,
- when booted, will force the computer to wait for the hard drive to
- spin up.
- MCLOCK2S Assembly source code for MCLOCK by Robert Fischer. MCLOCK is yet
- another corner clock which serves two main purposes: It doesn't use
- Line-A, and in addition to being able to display the time in 12 and
- 24 hour formats, MCLOCK can display it in a 100-hour format
- (actually, 100-hur format), where each hur is 1/100 of a day.
- QST_SRC Complete assembly source code for version 1.5 of Quick ST (the
- software blitter) by Darek Mihocka. Very well commented. See how
- the famous Quick ST works! Quick ST is the predecessor of CodeHead's
- Warp 9.
- RAMDISK Complete assembly source code to create and install a RAMDISK as
- drive M:. This is a freely distributable offering from Atari Corp
- and was designed to be assembled with the MadMac assembler.
- RSC_TO_S Assembly source code for Resource to Source by Roy Glover and Gary
- Burke. RSC_TO_S takes a standard .RSC file and converts it to a
- formatted assembler source text, which can be saved as an .S file,
- and printed to screen or printer. The .S file can then be included in
- your program source, edited, re-arranged, and reassembled.
- SAVER Assembly source code for screen on/off by Patrick Robert. This
- extremely well commented source code demonstrates how to properly
- intercept a trap routine and how to do a resident routine.
- SYNC7UP Assembly source code for the "Syncscrolling in 7 scanlines" routine
- by New Mode/Delta Force/Union. This source was meant to be assembled
- with the DevPac assembler.
- TAPE_SRC Assembly source code for TapeBIOS driver software Version 1.5 by Alan
- Hourihane. TapeBIOS program allows these Atari machines to talk to a
- SCSI tape drive connected through the DMA bus (not the SCSI bus of
- the TT).
-