<< Previous Message Main Index Next Message >>
<< Previous Message in Thread This Month Next Message in Thread >>
Date   : Fri, 19 Nov 2004 21:08:25 +0000
From   : Philip Blundell <pb@...>
Subject: Re: Assembler crash

On Fri, 2004-11-19 at 21:41 +0000, Andrew W wrote:
> Is there any reason why the following seems to be generating all kinds
> of errors (no room, syntax error, flashing cursor and frozen machine)?:
> 
> DIM TEMP% 100
> FORt=4 TO 7 STEP 3
> P%=TEMP%
> [OPT t

You're setting OPT 4, but not assigning to O%.  Change your loop to run
from 0 to 3.

p.
<< Previous Message Main Index Next Message >>
<< Previous Message in Thread This Month Next Message in Thread >>