[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Question on ProDOS SmartPort drive remapping



"David Wilson" <mcs6502@gmail.com> wrote in message 00f798fc-cb67-4ad5-a698-d36c2171720d@i12g2000prf.googlegroups.com">news:00f798fc-cb67-4ad5-a698-d36c2171720d@i12g2000prf.googlegroups.com...
: > : Thanks, you just stopped me from doing that!  ;-)
: > :
: > : In any case, the result of running it is:
: > : ABCDEFGHIJKLMNOPQRSTUVWXYZ
: >
: > I just can't stop. In Applesoft BASIC it's:
: >
: > 10  FOR T = 193 TO 218
: > 20  PRINT  CHR$ (T);
: > 30  NEXT T
:
: As Applesoft sets the high bit on characters it outputs you might as
: well use the standard ASCII codes...
:
: 10 FOR T = 65 TO 90
:
: or even
:
: 10 FOR T = ASC("A") TO ASC("Z")
:
: to make it less cryptic.

True, but I was staying within the realm of the
original code posted, for the sake of exactness.

William Garber
Email Address - willy46pa@garberstreet.com
Alt. Email - willy46pa@comcast.net
Web address - http://www.garberstreet.com