News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

CPU12 Macro Assembler 0.010

Started by zooba, February 04, 2006, 02:47:53 AM

Previous topic - Next topic

zooba

For anyone interested in programming Freescale's (formerly Motorola's) HCS12/HCS12X microcontroller, I've been working on a macro assembler for it.

It doesn't actually have any macro abilities yet, but it is capable of (correctly :wink) assembling everything I tested it with (which was quite a bit :U). Dealing with forward references was a pain and there are a few restrictions (arithmetic operations are limited to addition, cannot use forward references with indexed addressing) but I haven't come across any cases where this would be an issue (or at least could be worked around).

Download: C12MAS.zip
Or: C12MASSource.zip (includes source code and a debug build w/pdb file)

I'd appreciate it if any corrections/modifications/bug-fixes/suggestions were passed on to me rather than having the project fork this early. :U

Cheers,

Zooba

Edit: Updated links to my new webspace