List of files:

   Name:                  Contains:
================   ========================================
         bin.zip : bxbasm binary
   bin-batch.zip : ide batch files
      bxbasm.zip : working directory files
        docs.zip : documentation
examples-bas.zip : bxbasic examples
     Include.zip : /jwasm/Include/..files (modified to work)
         Lib.zip : /jwasm/Lib/..files
     qeditor.zip : Qeditor IDE


QUICK START INSTRUCTIONS:
=========================

I am currently using version 2.06 of Jwasm.
If you have not installed Jwasm on your system yet, I would recommend
installing it in the following configuration,
from the C: root directory:

C:\jwasm206\bin\     (binaries)
C:\jwasm206\bxbasm\  (working directory)
C:\jwasm206\Include\ (include files)
C:\jwasm206\Lib\     (lib files)

This will involve copying the .INC and .LIB files from ..\wininc\ to the
recommended location.
Copy the zipped Inc and Lib files over any existing files.


I recommend copying qeditor to the jwasm206 "home" directory, like so:

C:\jwasm206\qeditor.exe

This will allow the pre-made batch files to work correctly.

Once Jwasm is installed on the C drive and all these files are properly
copied to the recommended locations load qeditor.

Qeditor will open in the center of the display. I don't really like that,
but, "Hutch" will not change it. Simply relocate the editor and resize it.

Select: "Open File",
    Choose the Bxbasm folder,
        Click On: "tryme1st.bas",
            Select: "Compile" (from the top row),
                Select: "Console Compile",
                     (note: a diagnostic console window will open,)
                     (press the ENTER key,)

                    Select: "Run Program".

That's it.
Now try some of the examples.

