goapple2/source/applesoft
Zellyn Hunter 5c89db1649 Add AppleSoft basic source 2014-05-09 17:59:16 -07:00
..
README.org Add AppleSoft basic source 2014-05-09 17:59:16 -07:00
S.ACF Add AppleSoft basic source 2014-05-09 17:59:16 -07:00
S.D000 Add AppleSoft basic source 2014-05-09 17:59:16 -07:00
S.D52C Add AppleSoft basic source 2014-05-09 17:59:16 -07:00
S.D260 Add AppleSoft basic source 2014-05-09 17:59:16 -07:00
S.D365 Add AppleSoft basic source 2014-05-09 17:59:16 -07:00
S.D766 Add AppleSoft basic source 2014-05-09 17:59:16 -07:00
S.D912 Add AppleSoft basic source 2014-05-09 17:59:16 -07:00
S.DACF Add AppleSoft basic source 2014-05-09 17:59:16 -07:00
S.DCF9 Add AppleSoft basic source 2014-05-09 17:59:16 -07:00
S.DD7B Add AppleSoft basic source 2014-05-09 17:59:16 -07:00
S.DEF9 Add AppleSoft basic source 2014-05-09 17:59:16 -07:00
S.DEFINITIONS Add AppleSoft basic source 2014-05-09 17:59:16 -07:00
S.DFE3 Add AppleSoft basic source 2014-05-09 17:59:16 -07:00
S.E1B8 Add AppleSoft basic source 2014-05-09 17:59:16 -07:00
S.E3C5 Add AppleSoft basic source 2014-05-09 17:59:16 -07:00
S.E7A0 Add AppleSoft basic source 2014-05-09 17:59:16 -07:00
S.E597 Add AppleSoft basic source 2014-05-09 17:59:16 -07:00
S.E913 Add AppleSoft basic source 2014-05-09 17:59:16 -07:00
S.EB72 Add AppleSoft basic source 2014-05-09 17:59:16 -07:00
S.EC4A Add AppleSoft basic source 2014-05-09 17:59:16 -07:00
S.ED0A Add AppleSoft basic source 2014-05-09 17:59:16 -07:00
S.EE8D Add AppleSoft basic source 2014-05-09 17:59:16 -07:00
S.EFEA Add AppleSoft basic source 2014-05-09 17:59:16 -07:00
S.F1D5 Add AppleSoft basic source 2014-05-09 17:59:16 -07:00
S.F3D8 Add AppleSoft basic source 2014-05-09 17:59:16 -07:00
S.F5BA Add AppleSoft basic source 2014-05-09 17:59:16 -07:00
S.F49C Add AppleSoft basic source 2014-05-09 17:59:16 -07:00
check.txt Add AppleSoft basic source 2014-05-09 17:59:16 -07:00

README.org

Source

The files in this directory come from http://www.txbobsc.com/scsc/scdocumentor/. As documented below, I obtained permission from Bob Sander-Cederlof to include the source code with my emulator.

Permission from Bob Sander-Cederlof

My email: 2013-04-11

Hi Mr. Sander-Cederlof,

I am slowly working on building a 6502 and Apple II emulator in Go (you can see the code here (https://github.com/zellyn/go6502, https://github.com/zellyn/goapple2), and I ran across your fantastic S-C assembler listings of various ROMs: Applesoft Basic, DOS, etc.

I was toying with the idea of writing an S-C Assembler-syntax-compatible assembler in Go too, and including the source listings instead of the ROM images in my Apple II emulator: I thought it would be fun, and they'd compile in a fraction of a second. It would also make it interesting to be able to modify them on the fly and restart to see the changes.

Anyway, I was wondering whether you were okay with (a) me building an S-C Assembler-compatible assembler of my own, and (b) including your source listings with my Apple II emulator. I completely understand if there are reasons that would not be okay with you, but I thought I'd check.

Yours,

Zellyn Hunter

Bob Sander-Cederlof's reply: 2013-04-11

Sounds like lots of fun! You have my permission. I will be interested in how it turns out!