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

Prodos Calls



	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.

Bryan Parkoff
BLP-LDS@texas.net