
22 Jan 93
Make these corrections to the October, 1992 Pygmy v1.4 package:

file PYGMY.SCR
block 123
is  
| : M5 ( n -) ( -) CREATE , DOES> @ ,  OR modDISP, ASM-RESET  ;
should be
| : M5 ( n -) ( -) CREATE C, DOES> C@ C, OR modDISP, ASM-RESET  ;

block 175
put a  HEX  at the top of the block

block 177
is
: UTHRU ( 1st last -)  SWAP UBLK   SWAP BLK   THRU  ;
should be
: UTHRU ( 1st last -)  SWAP UBLK   SWAP UBLK   THRU  ;

file PYGMY.TXT line 851
and file PYGMY.DOW (on Bonus Disk) block 1090
is
            " YOURFILE.SCR"  2000 OPEN
should be
            " YOURFILE.SCR"  2  OPEN


6 June 93
Here is an update on my email addresses.  I am currently 
reachable on the Internet as fs07675@academia.swt.edu.  Probably
my more permanent addresses are  F.SERGEANT on GEnie  or
f.sergeant@genie.geis.com on the Internet.

10 August 93
The change in v1.4 to use BIOS calls for video output 
increased Pygmy's compatibility with "weird" hardware, but 
at a noticeable loss of speed on slow hardware.  You should 
not need a fast '386 or better to run Pygmy, so I am now 
including the file DIRECT.SCR, which gives you the option of 
bypassing the BIOS to write directly to video RAM.  Browse 
through the file and copy the key blocks to a convenient 
place in PYGMY.SCR and modify as you please, or type the 
following to generate DPYGMY.COM automatically:

         " DIRECT.SCR" 4 OPEN
         4001 LOAD


24 Sept 93

file FLIER.TXT has been updated to give a little more 
information about the Bare Bones EPROM Programmer Kit.  At 
this time, PCBs may or may not be available, so if ordering 
a PCB, send a SEPARATE CHECK for it, so I can return the 
check if I have no boards available when your order arrives. 

The 68HC11 assembler included on the Bonus Disk generates 
incorrect machine code for a certain addressing modes of a 
few instructions.  Hopefully the assembler is still of some 
use for educational purposes.  I have rewritten the 68HC11 
assembler, but have not decided whether to sell it 
separately, as part of a version of Pygmy for the 68HC11, or 
as part of a special development system for 68HC11 embedded 
systems work.  Suggestions or comments along this line would 
be welcome.

27 Dec 93

Block 3005 of FILTER.SCR (on bonus disk) 
        : COPYIT  should be  : COPY-IT
    this is now corrected on the bonus disk.

Block 3007 of FILTER.SCR ( on bonus disk)
        $0A =   should be   $0A = NOT
    this is now corrected on the bonus disk.

                           --- END ---
