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

Re: Apple 1 microchess - correct operation?



> It's referring to an assembler I wrote.  See
> http://school.anhb.uwa.edu.au/personalpages/kwessen/apple1/Krusader.htm
> I've given it a fair bit of testing, but keep in mind that it's only
> recently finished.  There is 8K of ROM in the replica 1 - 4K is used by
> BASIC, and 256 bytes by the monitor.  I wrote my assembler to fit in
> the leftover.  Running the emulator with -8K="Y" uses the 8K ROM that
> contains the assembler.  You can launch it using F000R, and there's a
> fairly detailed manual on that webpage if you want to give it a try.
>
> Ken
>
> Ken

Nice. I will definitely try that out. Maybe you could get this link
posted onto the Replica1 site, and get them to add your assembler into
the built-in ROM.

You might be able to fit the disassembler into high memory space too.
It's easy to relocate by hand since it's so small and mostly tables.

-Keith