
Thanks!
Moderators: Atari Frog, Andre
Decompiling is the wrong word since most of these old games have been written in assembler language in opposite to newer programs that are compiled (and optimized) from higher level programming languages like C or Pascal. So you actually need a disassembler. Check Programming Tools (sticky topic) in this section to find such programs that allow for disassembling of atr files on a modern PC. Also there is a member of this board, Kroah, who may give you some more pointers and help.BJPaskoff wrote:I'm looking to view and/or edit the source code of Mail Order Monsters, an Atari 800 game. I have the game in ATR format, and from what I read on AtariMania, the game is coded in Machine Language. Is it possible to view the source code either by decompiling it in Windows or viewing it in an emulator? I'd love to see how this game works.
Thanks!
Hi,Andre wrote: Decompiling is the wrong word since most of these old games have been written in assembler language in opposite to newer programs that are compiled (and optimized) from higher level programming languages like C or Pascal. So you actually need a disassembler. Check Programming Tools (sticky topic) in this section to find such programs that allow for disassembling of atr files on a modern PC. Also there is a member of this board, Kroah, who may give you some more pointers and help.