Home | Forums | What's new | Resources | |
SGCC JAS macros |
mic - Oct 16, 2005 |
mic | Oct 16, 2005 | |||
Well, except for this annoying shortcoming, I really like JAS. Snasm68k does absolutely nothing on my system (yes, I downloaded the XP/2000 version). The gnu 68k assembler has horrible syntax (like prepending registers with %). asm68 and system68 don't appear as good alternatives either. |
Kaneda | Oct 16, 2005 | |||
I suggest you to try my MaccerX version Maccer is a pre processor used for macro and binaries include MaccerX is a mod of it to support JAS and XGCC I would also suggest you to use XGCC since SGCC is VERY bugged and a lot of people stop Genny dev because of that |
mic | Oct 16, 2005 | |||
I found m68k-coff-as with the --register-prefix-optional and --bitwise-or flags to be an acceptable solution. |