Megalextoria
Retro computing and gaming, sci-fi books, tv and movies and other geeky stuff.

Home » Archive » net.micro.cpm » MCAT43 BUG
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
MCAT43 BUG [message #91587] Wed, 26 June 2013 00:47 Go to next message
DGilbert.ES[1] is currently offline  DGilbert.ES[1]
Messages: 5
Registered: May 2013
Karma: 0
Junior Member
Message-ID: <6231@brl-tgr.ARPA>
Date: Fri, 30-Nov-84 11:54:50 EST
Article-I.D.: brl-tgr.6231
Posted: Fri Nov 30 11:54:50 1984
Date-Received: Tue, 4-Dec-84 06:02:51 EST
Sender: news@brl-tgr.ARPA
Organization: Ballistic Research Lab
Lines: 24

I recently downloaded a copy of MCAT43 from a local RCPM.  It has a serious
bug that prevents it from working if the directory has more than 255 files.
Looking at some earlier NCAT data, this bug was earlier reported as a
MOV H,A rather than the correct MOV A,H near the end of the SORT
routine.  Sure enough, MCAT43 has the same problem.  Correcting the
line to MOV A,H fixes the problem.

I then noticed that the notes say that this should have been fixed at 4.1.
Don't you believe it.  If your version doesn't work with a hard disk,  look
near the end of the sort routine where it checks to see if the sort is done.
If it goes something like....

	MOV H,A
	ORA	L

it won't work right.....checks for HL=0000.

Must be:
	MOV A,H
	ORA	L



Doug.
Re: MCAT43 BUG [message #91598 is a reply to message #91587] Wed, 26 June 2013 00:47 Go to previous message
DGilbert.ES[1] is currently offline  DGilbert.ES[1]
Messages: 5
Registered: May 2013
Karma: 0
Junior Member
Message-ID: <6309@brl-tgr.ARPA>
Date: Mon, 3-Dec-84 16:53:28 EST
Article-I.D.: brl-tgr.6309
Posted: Mon Dec  3 16:53:28 1984
Date-Received: Thu, 6-Dec-84 06:35:15 EST
Sender: news@brl-tgr.ARPA
Organization: Ballistic Research Lab
Lines: 12

Thanks for sending me the MCAT45 program.  I knew it was out, but both
my local RCPM's didn't have it....TREVOR MARSHALL in Simi is my main
source, and he has a large system.  He had MCAT43.  I think PETE in Simi
had an earlier version yet.

I do NOT have access to SIMTEL.

I now know that REL. 45 fixes the problem.  Thanks again.

Doug.

------------------------------------------------------------
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Ada Repository on SIMTEL20
Next Topic: SIMTEL20 Archive Stats
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Tue Apr 16 13:08:09 EDT 2024

Total time taken to generate the page: 0.04119 seconds