[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: copying files to RSTS sim
The cut and paste is slow because of the way the simulator works. It
basically polls the terminal every several thousand simulated instructions.
In my modified version of the simulator I increased the path length of the
polling code by quite a bit to handle the multiple simulated KL-11s. So to
compensate I decreased the rate at which it polls. This is probably why the
cut and paste is so slow, it probably is faster on the unmodified simulator.
Gary
-----Original Message-----
From: Jim Stallings <jim@mcws.net>
To: deltoids@mcws.net <deltoids@mcws.net>
Date: Thursday, July 16, 1998 1:18 PM
Subject: Re: copying files to RSTS sim
>Cut and paste is a real pain... sooooo slow... but better than NOTHING.
>
>Aron Insinga wrote:
>
>> I haven't tried that because I was worried about the 'lines' that
>> use line-feed for continuation. (Of course that is only used in
>> my later programs, so I could cut-'n-paste for the earlier ones.)
>>
>> - Aron
>>
>> At 07:53 PM 7/15/98 -0400, you wrote:
>> >You know, there's a simple kluge-y way to do it, at least on Windows:
>> >cut-and-paste. I tried it just now and it works fine. Of course, this is
>> >only useful for ASCII text-type stuff, but that would include BASIC-PLUS
code.
>> >
>> >Cheers,
>> >Alan
>
>
>
>