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

Re: Prodos Calls



Subject: Re: Prodos Calls             

BLP-LDS@texas.net        
Really, really said this:

>I have two different programs that can execute a file.

>Applesoft BASIC
>10 HOME
>20 PRINT CHR$(4);"-PROGRAM.SYSTEM"
>30 END
>
>Machine Language
>JSR	$BF00
>	$C8,$CA, $CC
>	$2000
>
>Can you please give me sample how to write assemble program that can
>execute "PROGRAM.SYSTEM" without using Applesoft BASIC.

Make sure your code is running below $2000.  Load "PROGRAM.SYSTEM" to
$2000.  Then just do a

jmp $2000.

Clay
Warning! Opinions will change due to new information.
|
|Effective Software Solutions
|Clayburn W. Juniel, III
|Phone:  (602)274-6905
|Fax:  (602)274-6851
|Email:  clay1@primenet.com
| http://www.primenet.com/~clay1
| ftp://ftp.primenet.com/users/c/clay1
|
What a happy day.