Zybex #1 Posted March 20, 2005 Hi... I'm starting to learn assembler, and i use Atasm (m65 compatible) for compiling. Searching the web i find very few source codes for m65. I really appreciate sources not tokenized (and commented), for analysis. Quote Share this post Link to post Share on other sites
cas #2 Posted March 20, 2005 Hi, we have some Mac65 Sourcecode in the APG Wiki, search for ".m65" with the search function http://www.strotmann.de/twiki/bin/search/A...text&search=m65 For example the XForth Language is written in Mac65, as are some other tools in the wiki. You will also find lot of outher ASM sources that can easily ported to Mac65. Best regards Carsten Quote Share this post Link to post Share on other sites
lbaeza #3 Posted March 21, 2005 I encourage looking at the Analog listings. Those are very well commented, very useful when learning MAC65. ftp://ftp.klosz.art.pl/pub/emul8/atari/Ma...sks-dcm/Analog/ Regards Quote Share this post Link to post Share on other sites
Wilhelm #4 Posted March 21, 2005 Or, you can convert the tokenized files into text with the command PRINT #D:FILE.ASM in MAC/65, of course. Quote Share this post Link to post Share on other sites
Plastron #5 Posted March 21, 2005 Hi, http://www.jetbootjack.com/JBJ_oldgamesdownloads.html You can find Mac files at above link. I am sorry was never any good at putting comments on my code but it should be ok to follow if you get mapping the Atari Andy Quote Share this post Link to post Share on other sites
Zybex #6 Posted March 22, 2005 Or, you can convert the tokenized files into text with the command PRINT #D:FILE.ASM in MAC/65, of course. Thanks for the info. For convert ATASCII>ASCII i use the emulator. Quote Share this post Link to post Share on other sites