the following files are included in the package =============================================== the assembler ------------- FILES TXT 2290 this file JASMIN EXE 19808 assembler JASMIN ERR 727 assembler error messages JASMIN DOC 31191 assembler documentation (only german for now) files to INCLUDE in programs ---------------------------- PARAMS INC 1342 read command line parameters RDNUM INC 1476 read / convert numbers WHEX INC 364 hex number output WRNUM INC 1557 write numbers program examples ---------------- BDH JAS 1621 base conversion utility BIN/DEC/HEX BOOTSEC JAS 1537 new bootstrap for non-systemdisks DUMP JAS 3818 Hex/ASCII file dump program LOADSCI JAS 3591 loads uncompressed SCI pictures (ColoRix 320x200 256 colors) PARADEMO JAS 1290 demonstration for PARAMS.INC BDH COM 496 assembled examples BOOTSEC COM 162 . DUMP COM 538 . PARADEMO COM 496 . LOADSCI COM 156 . TIGER SCI 64778 demo picture, load with: "LOADSCI TIGER.SCI" ! the program requires a VGA card, there ! ! is no check if you really have one. ! ! Tried it out? Did you see the colors? ! ! - You can't, the picture is black&white ! BOOTMAKE PAS 1974 program to install a bootstrap BOOTMAKE EXE 4672 on a formatted diskette BDH --- Just type in BDH! Now you can enter dual, decimal and hexadecimal numbers (e.g. 21 (=21d), FFh, 10010b). The program converts these numbers to each base. BOOTSEC ------- Don't execute this program from your DOS commandline!! You can use BOOTMAKE to place the BOOTSEC.COM file in the first sector on a floppy disk. If someone tries to boot with this floppy, the program will be executed. EMail: laitenjn@minnie.informatik.uni-stuttgart.de =====> Please send me your comments <=====