Re: Elementary BASIC question - loading another file
- From: "iAN CooG" <iancoog@xxxxxxxxxxxxx>
- Date: Tue, 30 Aug 2005 15:14:27 GMT
Etienne von Wettingfeld <etienne@xxxxxxxxxxxxxxxxxx> wrote:
> On 2005-08-30, Cameron Kaiser <ckaiser@xxxxxxxxxxxx> wrote:
>> 10 poke55,0:poke56,48:clr:sys57812"file",8,1:poke780,0:sys65493
>
> I didn't know SYS could also load a file.
Every Basic command have an entry point to rom routines. The 1st sys
57812 sets the filename and the device, the poke 780,0 instructs the 2nd
sys 65493 to perform a LOAD (with 1 would do a VERIFY)
This allows loading without the forced basic restart caused by LOAD
command.
> This works on a stock C64?
Of course.
--
-=[]=---iAN CooG/HokutoForce+TWT---=[]=-
.
- Follow-Ups:
- Re: Elementary BASIC question - loading another file
- From: Etienne von Wettingfeld
- 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: Etienne von Wettingfeld
- Elementary BASIC question - loading another file
- Prev by Date: Re: Re: Qlink via VICE *works*
- Next by Date: REU 1750
- Previous by thread: Re: Elementary BASIC question - loading another file
- Next by thread: Re: Elementary BASIC question - loading another file
- Index(es):
Relevant Pages
|