home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / progm / a86d86-1.zip / A01.DOC < prev    next >
Text File  |  1990-01-25  |  16KB  |  331 lines

  1. CHAPTER 1   INTRODUCTION AND LEGAL TERMS
  2.  
  3.  
  4. Introduction
  5.  
  6. A86 is the finest assembler available, at any cost under any
  7. terms, for the 86-family of microprocessors (IBM-PC, compatibles,
  8. and not-so-compatibles).  In contrast to software firms who
  9. attempt to restrict the distribution of their products via
  10. protection-schemes, I encourage free distribution, and trust that
  11. those who use my products will pay for them.
  12.  
  13. Please keep in mind the fundamental good spirit of
  14. free-distribution software as you endure the following barrage of
  15. legalities.  Then evaluate the outstanding value that the A86
  16. package offers you.  I assure you that you will not be
  17. disappointed.
  18.  
  19.  
  20. Legal Terms and Conditions
  21.  
  22. This package is provided to you under the following conditions:
  23.  
  24. 1. You may copy the A86Vxxx.ZIP and D86Vxxx.ZIP files, and give
  25.    them to anyone who accepts these terms.  The copies you
  26.    distribute must be complete and unmodified.  You do not have
  27.    to be registered to distribute this package.
  28.  
  29. 2. Even if you have not yet obtained full execution rights, you
  30.    may execute the programs in this package, in order to evaluate
  31.    them.  If you decide that any of this package is of use to
  32.    you, you must become a registered user by sending $50 US ($52
  33.    if you are outside North America) to:
  34.  
  35.       Eric Isaacson
  36.       416 E. University Ave.
  37.       Bloomington, IN 47401-4739
  38.  
  39.    For your convenience, I now accept Visa and MasterCard, by
  40.    telephone.  My number is (812)339-1811.
  41.  
  42.    For the convenience of users in Great Britain, I have
  43.    authorized the firm Shareware Marketing to collect
  44.    registrations for me.  We'll try to keep the prices about the
  45.    same whether you register through me or through them; it's
  46.    your choice.  Their address is 87 High Street, Tonbridge, Kent
  47.    TN9 1RX; telephone 0732 771344.  They'll send me a list of
  48.    registered users at the end of every month, and I'll send an
  49.    acknowledgement to each user when I get the list.  So if you
  50.    haven't heard from me by the end of the month following your
  51.    registration with them, please let me know.
  52.                                                               1-2
  53.  
  54.    Your registration includes a single update diskette (5.25
  55.    inch, double density), that also includes the A86LIB tool
  56.    available to registered users only.  You may order further
  57.    updates for $10 US, or $12 US if you are overseas.  Once you
  58.    register for this package, you are registered for all future
  59.    versions-- you have permanent rights to execute A86 on one
  60.    computer.  As long as I'm in business, you can get the latest
  61.    version for just the update fee.
  62.  
  63.    I have a combination offer for the A86 and D86 packages.
  64.    Instead of $50 + $50 = $100, I charge $80 ($82 overseas) for
  65.    both.
  66.  
  67.    I also offer a printed version of this manual, covering both
  68.    A86 and D86. The manual is printed on sheets 8.5 inches high
  69.    and 7 inches wide, with a plastic ring-style binding so the
  70.    book can lay flat.  If you order with your registration the
  71.    manual is an extra $10 to the U.S., $15 overseas. If you've
  72.    already registered and now want the manual, add another $10
  73.    ($12 overseas) for the update disk that the manual is bundled
  74.    with.  There is a limit of one manual per computer registered
  75.    (except you may reorder when there is a substantial revision
  76.    to the manual).
  77.  
  78.    Indiana residents need to add sales tax.  At the current rate
  79.    of 5%, the prices for Indiana residents are $52.50 for one
  80.    product, $63 one product with manual, $84 both products,
  81.    $94.50 both products with manual, $21 manual if already
  82.    registered.
  83.  
  84.    Educational institutions and training facilities MUST be
  85.    registered in order to use A86 in courses.  Contact me for
  86.    special terms.
  87.  
  88.    Companies and government agencies MUST be registered in order
  89.    to use A86 for their work.  Again, contact me for special
  90.    terms.
  91.  
  92. 3. This package may not be sold to anyone.  If the package is
  93.    distributed this package on a diskette, any fees collected
  94.    must be specified as materials/handling, and may not exceed
  95.    $10 for the diskette.
  96.  
  97. 4. The user is completely responsible for determining the fitness
  98.    or usability of this package.  I will not be liable for any
  99.    damages, of any kind, arising from any failure of any programs
  100.    in this package to perform as expected.
  101.  
  102. 5. Only permanent registered users can sell or distribute any
  103.    programs that you have written or modified using this
  104.    assembler.  If you do sell or distribute such programs, you
  105.    must insure that your registered name (company or individual)
  106.    will always be distributed with the program, so that I can
  107.    verify your registration.  Any individual or company found to
  108.    be violating these terms will be liable for triple
  109.    registration fees for every machine they own capable of
  110.    running my assembler (plus any legal and court costs).
  111.                                                               1-3
  112.  
  113.    NOTE that the only computers that need to be registered are
  114.    those executing the program A86.COM.  The programs produced by
  115.    A86 are entirely yours-- there are no "run-time royalties".
  116.  
  117. 6. A86 takes advantage of situations in which more than one set
  118.    of opcodes can be generated for the same instruction.  (For
  119.    example, MOV AX,BX can be generated using either an 89 or 8B
  120.    opcode, by reversing fields in the following ModRM byte.  Both
  121.    forms are absolutely identical in functionality and execution
  122.    speed.)  A86 adopts an unusual mix of choices in such
  123.    situations.  This creates a code-generation "footprint" that
  124.    occupies no space in your program file, but will enable me to
  125.    tell, and to demonstrate in a court of law, if a non-trivial
  126.    object file has been produced by A86. The specification for
  127.    this "footprint" is sufficiently obscure and complicated that
  128.    it would be impossible to duplicate by accident.  I claim
  129.    exclusive rights to the particular "footprint" I have chosen,
  130.    and prohibit anyone from duplicating it.  This has at least
  131.    two specific implications:
  132.  
  133.    a. Any assembler that duplicates the "footprint" is mine.  If
  134.       it is not identified as mine and issued under these terms,
  135.       then those who sell or distribute the assembler will be
  136.       subject to prosecution.
  137.  
  138.    b. Any program marked with the "footprint" has been produced
  139.       by my assembler.  It is subject to condition 5 above.
  140.  
  141.  
  142. Registration Benefits
  143.  
  144. Thank you for enduring the legalities.  They are there to protect
  145. me, and also to convince you that this is my business, from which
  146. I expect to make a living.  I'll now return to a softer sell, to
  147. try to make you want to register for my products.
  148.  
  149. There is a certain amount of ambiguity about when you're still
  150. evaluating A86, and when you're really using A86 and should
  151. register for it.  Some cases are clear (e.g., you're a school
  152. using A86 to teach a course); but many are not.  In practical
  153. reality, it up to you to decide: you are "on your honor". Also in
  154. practical reality, most users who ought to register haven't, yet.
  155. For most, it's not dishonesty but merely procrastination.  So I
  156. have provided some incentives, to prod you into registering.
  157.  
  158. One incentive is the printed manual, which only registered users
  159. can purchase. I haven't left anything out of the disk version of
  160. the manual, but the printed version is formatted and bound much
  161. more nicely than if you print it yourself.
  162.  
  163. Another incentive is the tool A86LIB.COM, that lets you create
  164. libraries of source files, to be automatically searched by A86
  165. whenever your program has undefined symbols.  This means you can
  166. effectively add procedures of arbitrary power and complexity to
  167. A86's language.
  168.                                                               1-4
  169.  
  170. Also, when you register you're on my mailing list.  I'll
  171. occasionally send you notices about what I've added to A86 and
  172. D86 since the last notice.  When I bring out new products, you'll
  173. hear about them.  (I'm working on a library of source files for
  174. A86, and also a 386 assembler-debugger package.)
  175.  
  176. Finally, there are the intangible incentives.  You know you've
  177. done the right thing.  You're letting me know that you appreciate
  178. what I've done.  You're letting the world know that quality
  179. software can succeed when distributed as shareware.
  180.  
  181.  
  182. Overview of A86
  183.  
  184. A86 accepts assembly language source files, and transforms them
  185. directly into either: (1) .COM files executable under MS-DOS,
  186. starting at offset 0100 within a code segment; (2) .OBJ files
  187. suitable for feeding to a linker; or (3) object files starting at
  188. offset 0, suitable for copying to ROMs.  A86 is a full featured,
  189. professional quality program. I designed A86 to be as closely
  190. compatible to the standard Intel/IBM assembly language as
  191. possible, given that I insisted upon making design and language
  192. enhancements necessary to make A86 the best possible assembler.
  193. Some of A86's most notable features are:
  194.  
  195. * A86 is blazingly fast-- 4 times as fast as MASM V5.1. In the
  196.   best conditions (large program, 8MHz AT,  RAM drive) A86
  197.   assembles at a rate of over a thousand lines per second.
  198.   That's per second.  NOT per minute, per second.
  199.  
  200. * A86 is simple to use.  You can feed it a program containing
  201.   just machine instructions, without the red tape (NAME, ASSUME,
  202.   SEGMENT PARA PUBLIC, PROC, ENDP, END, PUBLIC, EXTRN, etc. etc.)
  203.   necessary with other assemblers.  The output of A86 can be a
  204.   .COM file, ready to execute immediately.  You don't have to go
  205.   through a linker.  Or, if you want to go through a linker, A86
  206.   will produce a correct .OBJ file even if no red tape directives
  207.   are given-- the default settings are compatible with most
  208.   high-level languages.  (If you have programs written for that
  209.   other assembler containing the red tape directives, you may
  210.   leave them in: A86 knows about them, and is programmed to act
  211.   upon them when assembling .OBJ files, and ignore them if
  212.   assembling .COM files.)
  213.  
  214. * In spite of its simplicity, A86 encourages modular programming,
  215.   even in its .COM mode, with separately-developed source files.
  216.   This is because A86 assembles multiple source files in its
  217.   invocation line; and because A86 assembles source files faster
  218.   than other people's linkers can link their object files.  You
  219.   get all the advantages of relocation/linkage systems (building
  220.   up libraries of reliable program modules that you can piece
  221.   together), without the disadvantages (excessive,
  222.   time-and-source-code-wasting, confusing red tape).
  223.                                                               1-5
  224.  
  225. * A86 has ample capacity for really large programming projects.
  226.   Its symbol table capacity is approximately 1500 10-letter
  227.   symbols, plus room for 8K bytes of compressed macro definition
  228.   text.  (10 letters is an average symbol length; A86 recognizes
  229.   up to 127 letters in a symbol.) Plus, A86's generic local label
  230.   facility effectively doubles your symbol table capacity.
  231.  
  232. * A86 has language extension features that, once you start using,
  233.   you'll never want to do without.  These include multiple
  234.   operands to PUSH and POP; conditional returns; MOV from one
  235.   segment register to another; assembly time assertion checking;
  236.   based structures; and IF (flag) (statement).
  237.  
  238. * A86's macro processor is the best, achieving an optimal balance
  239.   between ease of use and raw power.  Its looping and text
  240.   concatenation abilities let you define sophisticated macros,
  241.   whose calls look just like the machine instructions that
  242.   surround them; without the clumsy invocation syntax required by
  243.   other macro processors of A86's power.
  244.  
  245. * A86 provides clear, English error messages, given right at the
  246.   point in the source code where A86 detected the error.  The
  247.   messages are actually inserted into your source file, where you
  248.   can read them and correct your code at the same time.  You can
  249.   remove the messages yourself, or A86 will remove them for you
  250.   when it reassembles the file.  (Fear not: your original source
  251.   is preserved in x.OLD if you want it.  Or you can disable this
  252.   feature and send error messages to a .ERR file.)
  253.  
  254. * A86 provides a full complement of assembly time expression
  255.   arithmetic operators, compatible with Intel/IBM assemblers. A86
  256.   also provides 4-function floating point arithmetic in assembly
  257.   time expressions used for floating point initializations (an
  258.   A86-exclusive feature).
  259.  
  260. * A86 assembles the floating point instruction set of the
  261.   8087/287/387/IIT coprocessors, and the extended instruction set
  262.   of the 186/286/NEC series, including the NEC-unique
  263.   instructions.
  264.  
  265. * A86 has a built-in source file library feature.  Any undefined
  266.   symbols in your program are automatically searched for in a
  267.   special library file A86.LIB, and the associated source files
  268.   are automatically assembled.  This makes access to library
  269.   routines as effortless as it is in the "C" programming
  270.   language.  A sample A86.LIB file is included in the shareware
  271.   version of the package.  Only registered users should have the
  272.   tool A86LIB, with which you can create your own library files.
  273.  
  274. * A86 works with an associated symbolic debugger, D86, to make
  275.   the finest development environment available for the PC.  See
  276.   the D86 package for the details of its features.
  277.                                                               1-6
  278.  
  279. About the Author
  280.  
  281. I am a full-time shareware author.  I have worked with Intel
  282. microprocessors since the early days of the 8080.  As an employee
  283. of Intel, I was a part of the two-man team that implemented the
  284. first ASM86 assembler. Having worked with all the processors of
  285. the 86 family from the beginning, I know as much as anyone about
  286. their machine-language architecture.  I have written a book, The
  287. 80386/387 Architecture, by Morse, Isaacson, and Albert, published
  288. by Wiley and Sons, ISBN 0-471-85352-6.  Look for it in your
  289. bookstore (or I'll send you a copy for $20, which is $4.95 off
  290. the list price.)
  291.  
  292. A86 and D86 themselves are extremely mature, solid programs.
  293. They have been in existence since 1984, running first under my
  294. own, proprietary operating system; then later under the Xenix
  295. operating system on Altos computers, used by myself and my
  296. clients.  I have been making a decent living from A86 and D86 for
  297. some time now, and with your much-appreciated support, I will
  298. continue to improve my products, and enhance them with new,
  299. related offerings.
  300.  
  301.  
  302. How to Contact Me
  303.  
  304. I have no plans to move from my present location at least through
  305. the millennium.  So you can write to:
  306.  
  307.     Eric Isaacson Software
  308.     416 East University Ave.
  309.     Bloomington, IN 47401-4739
  310.  
  311. or call (812)339-1811.
  312.  
  313. Sorry, I can't guarantee to return everybody's long distance
  314. calls.  If you'd like to be SURE I'll get back to you, please
  315. invite me to call you back collect, or tell me to charge the cost
  316. of the call to your credit card.
  317.  
  318. I also accept BBS mail at PC-Link Central, (812)855-7252, which I
  319. try to check into daily.  Type J 3 when you get on that system,
  320. to reach my conference.  Another BBS which I check into about
  321. twice a week is Indiana On-Line, at (812)332-7227-- type J A86 to
  322. reach my conference on that BBS.  I also check into Compuserve
  323. every 10 days or so-- my ID number there is 71520,74.
  324.  
  325. PLEASE contact me if you find bugs in my programs; I'll fix them!
  326. I accept bug reports from anyone, registered or non-registered,
  327. no questions asked.  It's very frustrating to hear about people
  328. telling each other about bugs, and not telling me.  I still await
  329. Greg Wettstein's bug list.
  330.  
  331.