RE: [stella] Atari 2600 BASIC compiler

Subject: RE: [stella] Atari 2600 BASIC compiler
From: "Fred Quimby" <c9r@xxxxxxxxxxx>
Date: Thu, 7 Jul 2005 17:21:31 -0400
Here's the source for this for those who want to play with it on something 
other than DOS/Windows.

The batch file isn't too useful if you're not using DOS, so this is one way 
that you could compile the sample.bas file in a UNIX-like OS:

./2600bas<sample.bas>sample.asm
cat 2600basic.asm sample.asm 2600basicfooter.asm > test.asm
./dasm test.asm -f3 -otest.bin

Archives (includes files) at http://www.biglist.com/lists/stella/archives/
Unsub & more at http://stella.biglist.com

[demime 1.01d removed an attachment of type application/x-zip which had a name of 2600basicsource.zip]

Current Thread