home *** CD-ROM | disk | FTP | other *** search
-
-
-
- 1
-
- BBS INFO
-
- This compressed file contains The PC Assembler Helper
- (ASMHELP.OBJ), an object module which allows you to do i/o from
- the assembler level and allows you to see the state of the 8086
- registers. It is the companion to The PC Assembler Tutor, a
- tutorial for those who are starting to learn assembler language
- and those who already know know some assembler but know fewer
- than 2/3 of the mnemonics.
-
- The total package is DISK1-A.COM, DISK1-B.EXE, DISK2.EXE,
- DISK3.EXE and DISK4.EXE. The total size of the compressed files
- is about 350k. In addition, BASTUTOR.COM is information for BASIC
- programmers who are learning assembler. It is another 40k.
-
- In order to make use of any of the material in this file you
- already need to be a competent assembler programmer and know
- about segments and near and far calls. There is a template file
- called TEMPLATE.ASM which is set up correctly for linking with
- ASMHELP.OBJ.
-
- Here is a list of the files in DISK1-A.COM, along with what they
- do:
-
- ========== DISK1-A.COM
- APP1.DOC Appendix I is a list of all ASMHELP subroutines.
- ASMHELP.OBJ A module with i/o routines for use with assembler
- programs.
- ASMLINK.BAT A batch file for linking modules to ASMHELP.OBJ
- HELPMEM.COM A memory resident file which can show the state of
- the registers using INT1 and INT3.
- PUSHREGS.MAC A file with two macros for multiple PUSHes and
- POPs.
- SETREGS.EXE A demonstration program for showing how to set the
- registers with 'set_reg_style'.
- TEMPLATE.ASM A template file for making normal .OBJ files which
- link to ASMHELP.OBJ. It contains EXTRN statements
- for ALL of the subroutines in ASMHELP.OBJ.
- BBSINFO.DOC An informational file for use if this compressed
- file is electronically transmitted.
-
-
- If you want the total package, it is available from user groups
- and shareware distributors. The registration fee is the same
- whether you are using only part of the package or all of the
- package.
-
- WARRANTY
-
- THIS PROGRAM, INSTRUCTION MANUAL, AND REFERENCE MATERIALS ARE
- SOLD "AS IS", WITHOUT WARRANTY AS TO THEIR PERFORMANCE,
- MERCHANTABILITY, OR FITNESS FOR ANY PARTICULAR PURPOSE. THE
- ENTIRE RISK AS TO THE RESULTS AND PERFORMANCE OF THESE PROGRAMS
- IS ASSUMED BY YOU.
-
- ______________________
-
- The PC Assembler Tutor - Copyright (C) 1989-1990 Chuck Nelson
-
-
-
-
-
-
-
- *****************************************************************
- REGISTRATION
-
- Hey, Chuck, I'm no chump!
-
- I'm using your programs/manual, and I want to pay my fair share.
- Please make me a registered user of "The PC Assembler Tutor" and
- "The PC Assembler Helper". Enclosed is a check for $9.95 (plus
- 6.5% tax or $10.60 for California residents). Say, that's cheaper
- than a large pizza!
-
-
- Name_________________________________________________________
- Last First Initial
-
- Address______________________________________________________
- Street Address
-
- _______________________________________________________
- City, State, and Zip Code
-
- I got my copy from ___________________________________________
-
- Make checks payable to NELSOFT and send your registration to:
-
- NELSOFT
- P.O. Box 21389
- Oakland, CA 94620
-
- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
- REGISTRATION BENEFITS
-
- As a registered user of "The PC Assembler Helper" and "The PC
- Assembler Tutor" you are entitled to:
-
- 1) Use asmhelp.obj and helpmem.com for personal use.
- 2) Make 1 (one) printer copy of "The PC Assembler Tutor".
- 3) Use all programs in "The PC Assembler Tutor" for personal use.
- 4) Make an archival copy of the disks.
- 5) Distribute UNALTERED disks to friends for their perusal.
- 6) Use any updates to either "The PC Assembler Helper" or "The PC
- Assembler Tutor" under the same registration conditions.
-
- Though copies of the disk may be given away if there is no
- charge, it is illegal to charge for redistribution of the disk or
- its contents without permission of the author. Under no
- circumstances may you distribute printed copies of "The PC
- Assembler Tutor". If you intend to charge for distributing the
- disk or its information, please read and sign the distribution
- agreement which is in INTRO1.DOC of DISK1.
-
- *****************************************************************
-
-