Jump to content
IGNORED

ivop's Blog - Reverse Engineering the Macro-Assembler XE File Format


RSS Bot

Recommended Posts

On the Atari 8-Bit Forum, Heaven/TQA asked for help with retrieving an ASCII version of his demo sources in Macro-Assembler XE format. Because I recently wrote a detokenizer for Mac/65, I thought it'd be fun to try this file format too. Here's the result. It successfully detokenizes all the sample .ASM files I found in his zip-file, but I'm sure some functionality is missing (at least three assembler directives). If you stumble upon files that fail, please send them to me and I'll update the detokenizer. Or send me the Macro-Assembler XE manual, so I can add all directives at once.

 

Compile with: gcc -O3 -std=c99 -W -Wall -o demaxe demaxe.c

Run with: ./demaxe fubar.asm > fubar.txt

 

Should also work under cygwin/mingw32. If there's interest in a Windows-binary, I might setup a cross-compiler. Leave a message below :)

 

http://www.atariage.com/forums/index.php?app=blog&blogid=293&showentry=6786

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...