[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How to make an Applesoft Basic program Brun-able
Le vendredi 20 juillet 2012 21:30:38 UTC+2, (inconnu) a écrit :
>
> Here is a short ML program that will load and run an applesoft program called
> STARTUP in the current directory under Prodos. Although this is not an all-in-one,
> I thought I would list it, just in case it suits your needs. It can also be converted to a
> system file. You can also create aliases using this method, so that a single directory
> can hold all your aliasaes and the alias themselves can point to any file in any directory
> on your hard drive.
>
> 2000: A2 0D BD 11 20 9D 00 02
> 2008: CA 10 F7 20 03 BE 4C 66
> 2010: D5 CC CF C1 C4 A0 D3 D4
> 2018: C1 D2 D4 D5 D0 8D 00 00
One must know the BASIC INTERPRETER is mandatory for your program to work. It does not rely on ProDOS MLI calls but on BASIC.SYSTEM.
Antoine