Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP
Posting-Version: version B 2.10.3 alpha 4/15/85; site loral.UUCP
Path: utzoo!linus!decvax!ittatc!dcdwest!sdcsvax!sdcc3!sdcc6!loral!dml
From: dml@loral.UUCP (Dave Lewis)
Newsgroups: net.micro.6809
Subject: Re: Public Domain utility program
Message-ID: <948@loral.UUCP>
Date: Thu, 24-Oct-85 11:19:10 EDT
Article-I.D.: loral.948
Posted: Thu Oct 24 11:19:10 1985
Date-Received: Sat, 26-Oct-85 07:28:37 EDT
References: <947@loral.UUCP>
Reply-To: dml@loral.UUCP (Dave Lewis)
Distribution: net.micro.6809
Organization: Loral Instrumentation, San Diego
Lines: 35
Keywords: Bugs
Summary: Bug Bulletin

----------------------

Found two bugs that sneaked into the program in copying the listing. The
first bug is on the 66th line of the listing (don't count the info above
the program heading) four lines after the label `FINDPATH':

>     BEQ FOUNDPATH  --- change to

      BEQ FOUNDPTH  as it was more than 8 characters.

The other bug is on lines 150 --> 152 just above label `MODLOOP':

>     LDD MODPTR
>     ADDD MODSIZE
>     STD MODPTR

   and must be changed to:

      LDX MODPTR Module offset in file
      LDD MODSIZE Length of module
      LEAX D,X Compute offset to next module
      STX MODPTR Point to next module in file

Sorry about posting it with mistakes. Hope nobody blew up their operating
systems with it.

-------------------------------
		Dave Lewis    Loral Instrumentation   San Diego

    ihnp4 ---\    !sdcc6 ---\
    sdcrdcf -->-->!sdcc3 ---->--->!loral!dml  (uucp)
    sdcsvax -/    !sdcsvax -/

"Always put your clothes and weapons where you can find them quickly
 in the dark" -- Lazarus Long.