HP3000-L Archives

July 2001, Week 2

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Tom Emerson <[log in to unmask]>
Reply To:
Tom Emerson <[log in to unmask]>
Date:
Wed, 11 Jul 2001 13:21:27 -0400
Content-Type:
text/plain
Parts/Attachments:
text/plain (26 lines)
On Wed, 11 Jul 2001 09:52:21 -0700, Harrington, Don
<[log in to unmask]> wrote:

>Gang;
>
>Does the .CC. reference FSERR or is it something else? [...]
>It checks for .CC. of 8, * and ' '.  What do these mean?

Just a bit of a WAG, but I would guess this checks the condition code
(easily checkable against online docs, I suppose...) [actually, I just
checked the 5.5 laserrom -- there is a CCODE() function to return the
condition code]

character values " ", "*", and "8" have hex values 20, 2A, & 38
respectively (decimal 32, 42, & 56) -- none of these really make me
think "CCL/CCE/CCG", the three possible values the condition code may have
[I would actually expect -1, 0, & 1, but a quick check of mpe.h.sys reveals
these to be 1, 2, & 0 respectively (or, at least, for the "C" library...)]

How is .CC. being used in the code?  the ".xx." syntax usually refers to
comparison operators such as > and < (but for the case where the actual ">"
or "<" character is not available, such as on an early punch-card...)

* To join/leave the list, search archives, change list settings, *
* etc., please visit http://raven.utc.edu/archives/hp3000-l.html *

ATOM RSS1 RSS2