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

Re: ANN: New 6502 cross-compiler designed for the Apple II



On Dec 18, 3:17 am, jonnosan <jonno...@gmail.com> wrote:
> I converted the "simple tone routine" from athttp://8bitsoundandfury.ld8.org/programming.html

Nice!  beep.s will be part of the distribution going forward.

Got back from my work trip but I didn't have time to put asm
statements into SPL.  Given the fact that I didn't use a real parser,
it isn't as straightforward as I thought it would be but I have an
idea to try now that I'm on vacation.

I might have some bugs to sort out in SPL and it's output formats.  I
tried sending your sample program to a real Apple II first as a text
file (-t a2t) and then as a disk image file which I write back to a
real floppy.  When I EXEC the text file I get a SYNTAX ERROR message
and no file is saved on disk.  When I transfer the disk image and
write it back to a real floppy the disk is not readable.  However, the
disk image file works just fine with the AppleWin emulator.  So,
something is a tiny bit off, or my transfer program is messing things
up some how.

Ron