Jump to content

kb9snl's Photo

kb9snl

Member Since 4 Mar 2006
OFFLINE Last Active Mar 20 2013 5:58 AM

Topics I've Started

Assembling 7800 code with DASM

Fri Sep 14, 2012 12:36 PM

I am curious if anyone here knows how to assemble some of the original 7800 games from the source found at http://www.atarimuse...les/7800/games/

using DASM.

I found the information in this thread (http://www.atariage....ation-and-dasm/), using the stuff in "compile.zip" that is in there, as a good start.

As the game source found over at Atari Museum are in separate files, how do you assemble them as a group to create the .bin file that can be executed in emulation?

I am more or less looking for the syntax necessary when running dasm to compile the game. I get how to sign the bin with the 7800 encryption and whatnot.

I'd love to be able to start with one of the classic games as a beginning to learning to program the ol' ProSystem.

Thanks!