Re: Elementary BASIC question - loading another file
- From: Cameron Kaiser <ckaiser@xxxxxxxxxxxx>
- Date: 31 Aug 2005 07:58:02 -0500
"Rod Gasson" <rod@xxxxxxxxxxxxxxx> writes:
>>>10 IF PEEK(56)<>48 THEN POKE55,0: POKE56,48:CLR:LOAD"FILE",8,1
>>Why is everyone still using LOAD?
>Because it is a heck of a lot easier to remember than........
>>10 poke55,0:poke56,48:clr:sys57812"file",8,1:poke780,0:sys65493
Not necessarily -- I did that from memory. Once you know how ... ;)
I don't use naked LOADs in program text anymore because of all its
quirks and disadvantages. I only use them from direct mode, or in a
dynamic keyboard situation (essentially direct mode also).
--
Cameron Kaiser * ckaiser@xxxxxxxxxxxx * posting with a Commodore 128
personal page: http://www.armory.com/%7Espectre/
** Computer Workshops: games, productivity software and more for C64/128! **
** http://www.armory.com/%7Espectre/cwi/ **
.
- Follow-Ups:
- Re: Elementary BASIC question - loading another file
- From: Stealth
- Re: Elementary BASIC question - loading another file
- References:
- Elementary BASIC question - loading another file
- From: Leif Bloomquist
- Re: Elementary BASIC question - loading another file
- From: Anton Treuenfels
- Re: Elementary BASIC question - loading another file
- From: Cameron Kaiser
- Re: Elementary BASIC question - loading another file
- From: Rod Gasson
- Elementary BASIC question - loading another file
- Prev by Date: Re: C-Net under VICE
- Next by Date: Re: Elementary BASIC question - loading another file
- Previous by thread: Re: Elementary BASIC question - loading another file
- Next by thread: Re: Elementary BASIC question - loading another file
- Index(es):