[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
How to make an Applesoft Basic program Brun-able
- Subject: How to make an Applesoft Basic program Brun-able
- From: bpiltz@gmail.com
- Date: Thu, 19 Jul 2012 17:30:50 -0700 (PDT)
- Bytes: 1682
- Complaints-to: groups-abuse@google.com
- Injection-info: glegroupsg2000goo.googlegroups.com; posting-host=68.120.226.81; posting-account=RDiTggoAAADbIJGYQm01zSj4H5JJq_wH
- Newsgroups: comp.sys.apple2
- Organization: http://groups.google.com
- User-agent: G2/1.0
I've searched to no avail, and am wondering if anyone can tell me a nifty way or provide the code to append to an Applesoft file to make it a self-executable BINary file. I remember reading that there is a way, but after 20+ years have forgotten that magical code. The reason is that I want to make self-contained Basic files which will execute from Beautiful Boot, and other similar binary-loading programs. I know location $801 has be modified, and probably location 64 also, but how to sandwitch the machine language code together with the tokenized Applesoft code?
I'm NOT talking about an Applesoft compiler!