<< Previous Message Main Index Next Message >>
<< Previous Message in Thread This Month Next Message in Thread >>
Date   : Tue, 19 Feb 2008 09:11:58 +0000
From   : jgh@... (Jonathan Graham Harston)
Subject: BASIC error message - "Mis..."?

Mark McDougall wrote:
> thought I'd put it out there and see if there was anything "obvious" that
> happens on a 'Mistake' that I was unaware of.. like checking some I/O
> location or something like that...
 
BASIC never checks any I/O locations. No language ever checks any
I/O locations. It's the Operating System that deals with I/O
locations. Any access to I/O locations is done by asking the MOS
to do something.
 
Stop thinking about BASIC interacting with the hardware. It never
does. BASIC will function fully and correctly as long as the calls
to the entry points at &FFxx do their function.
 
-- 
J.G.Harston - jgh@...                - mdfs.net/User/JGH
Taxation is like dairy farming. You have to extract the maximum
amount of milk with the minimum amount of moo.
<< Previous Message Main Index Next Message >>
<< Previous Message in Thread This Month Next Message in Thread >>