]> Shamusworld >> Repos - rmac/shortlog
rmac
2018-01-24 ggnWhen an error occurs inside a macro or rept, report...
2018-01-24 ggnVarious small fixes including:
2018-01-24 ggnAdded missing (d16,An,Dn[.size][*scale]) addressing...
2018-01-24 ggnFix for addressing mode base value getting clobbered...
2018-01-24 ggnFPU instructions debugged and stricter checks enforced
2018-01-24 ggndivu.l/divs.l/mulu.l/muls.l debugged and condensed...
2018-01-24 ggnAdd flag -px in alcyon mode which enables extended...
2018-01-24 ggnAdded optimisation switches -o8 and -o9
2018-01-22 Shamus HammonsFixes for slightly broken Motorola extended float gener...
2018-01-21 Shamus HammonsLots of fixes for floating point handling; version...
2017-11-30 Shamus HammonsSmall cleanups + version bump for last commit.
2017-11-30 ggnVarious small fixes and additions to the 680x0 parts:
2017-11-29 ggnModified IMACRO and IREPT to store line numbers during...
2017-11-29 Shamus HammonsRoll back TOKENPTR changes and most of the .u32 changes...
2017-11-21 Shamus HammonsFixes for last commit; version is now 1.10.0.
2017-11-18 ggnAdded floating point support to expression evaluator...
2017-10-13 Shamus HammonsSmall fix for spurious "out of range" errors (tied...
2017-10-08 Shamus HammonsAdd support for 64-bit evaluations.
2017-10-04 Shamus HammonsPatch to fix lack of WORD sized symbol relocations...
2017-08-29 Shamus HammonsMissed a few double parens in eagen0.c. :-P
2017-08-29 Shamus HammonsAdded a few more fixes piggybacked on the last one...
2017-08-29 ggnOn some occasions elf output would misplace symbols...
2017-08-29 Shamus HammonsFix for section alignment values in ELF objects.
2017-08-11 Shamus HammonsVersion bump (1.8.4) for last commit.
2017-08-10 ggnMultiple fixes for 020+ mode, including:
2017-08-10 ggnFix for reg keyword not working. Apparently it was...
2017-07-20 Shamus HammonsVersion bump (1.8.3) for last commit. :-P
2017-07-20 Shamus HammonsFix for bug #102. Thanks (blame!) go to ggn & dml for...
2017-07-20 Shamus HammonsVersion bump (1.8.2) for last commit.
2017-07-20 ggnVarious 020+ fixes. In brief, this commit fixes the...
2017-07-20 Shamus HammonsFix for bug #101 (bad macro handling).
2017-07-19 Shamus HammonsFixed IREPT blocks to not corrupt memory on 64-bit...
2017-06-24 Shamus HammonsMinor code cleanups.
2017-06-24 Shamus HammonsFixed bad char reporting, revamp of the error/warning...
2017-05-08 ggn(c) message in header files and doc mini adjustments.
2017-05-07 Shamus HammonsCode cleanup from last patch, also, version bump for...
2017-05-06 ggnIncrease line lengths for listing and line parser.
2017-05-06 ggnInitial commit for 68020/30/40/60/68881/68882/68851...
2017-05-05 Shamus HammonsVersion bump for last commit. :-)
2017-05-05 ggnFix for bug where in alcyon mode the tokenizer would...
2017-05-02 Shamus HammonsFix for bug #77 (ds with negative numbers).
2017-04-27 Shamus HammonsVersion bump for last commits. :-)
2017-04-27 ggnDoc fixes/updates.
2017-04-27 ggnAdded -l* to enable listing without pagination. Fix...
2017-04-25 Shamus HammonsFixed code to remove warnings. Inching closer towards...
2017-04-21 Shamus HammonsMinor tweaking from last round of patching, version...
2017-04-21 ggnMuch better implementation for A8 strings - introduced...
2017-04-21 Shamus HammonsPossible fix for bug #92.
2017-04-21 Shamus HammonsVersion bump for last commit. ;-)
2017-04-21 ggn6502 mode: fix clearing of its RAM space with each...
2017-04-20 Shamus HammonsTweaks to new 6502 assembler (ggn), added dependency...
2017-04-20 Shamus HammonsAdd missing files. I hate when that happens! >:-U
2017-04-20 Shamus HammonsCode cleanup, version bump for last commit. :-)
2017-04-20 ggn6502 support added back from original Madmac sources!
2017-04-19 Shamus HammonsVersion bump for last patch. :-)
2017-04-19 ggnFix movep size optimising when +o3 is enabled. Show...
2017-04-18 Shamus HammonsUpdate makefile to fix bug #89.
2017-04-16 Shamus HammonsFix for bug #88 (allow DS in all sections).
2017-04-15 Shamus HammonsVersion bump for last commit. :-)
2017-04-15 ggnMake .incbin and object writing work ok under MinGW.
2017-04-14 Shamus HammonsELF support for RMAC.
2017-01-31 Graeme HinchliffeImproved indexed reg error
2016-09-27 Shamus HammonsVersion bump. :-)
2016-09-27 ggn.incbin now uses the same directory sets as .include...
2016-09-22 Shamus HammonsVersion bump for last patch. :-)
2016-09-22 ggnFixed bug when expanding macros with comments that...
2016-09-22 Shamus HammonsFix for bug #81. Thanks to ggn for the patch!
2016-09-13 Shamus HammonsVersion bump. :-)
2016-09-13 ggnAdded .opt directive with similar syntax to command...
2016-09-13 Shamus HammonsVersion bump for last commit. ;-)
2016-09-13 ggnRemoved -w flag, added +o[n], ~o[n] switches to control...
2016-09-13 Shamus HammonsFix for bug #77. Thanks for ggn for reporting. :-)
2016-09-13 Shamus HammonsFix for bug #78: Thanks to ggn for reporting and supply...
2016-09-13 Shamus HammonsSmall fix to make compilation C99 compliant.
2016-05-15 Shamus HammonsFix for bug #67 (thanks to ggn for reporting!).
2016-05-09 Shamus HammonsPossible fix for bug #72 (no warning on unclosed .ifs).
2016-05-08 Shamus HammonsVersion bump. Thanks to ggn for the report & patch...
2016-05-08 ggnWhen selecting ST .o output (-fa), don't write a .prg...
2016-04-15 Shamus HammonsFix for bug #71 (thanks to ggn for reporting! :-)
2016-01-07 Shamus HammonsHopefully final fix for bug #68 (crash on ARM).
2015-12-24 Shamus HammonsPossible fix for bug #68 (crash when running on ARM).
2015-12-07 Shamus HammonsRemoved naked 'abs' (sans leading dot) from mntab.
2015-11-17 Shamus HammonsBump version #.
2015-11-17 ggn.error and .warn directives implemented.
2015-11-17 ggnMoved some messages from -v to -x
2015-11-17 ggnThe rest of the .PRGFLAGS patch. Sorry!
2015-11-17 Shamus HammonsBump version #.
2015-11-17 ggnExtended switch -s to also warn about automatically...
2015-11-17 ggnTEXT/DATA/BSS sizes printed at the end of assembly...
2015-11-17 ggnASCII art logo, because why not.
2015-11-17 ggnFix for assembly getting stuck in an infinite loop...
2015-11-14 Shamus HammonsBump version #, also create "docs" subdir for documenta...
2015-11-14 ggnNew directive: PRGFLAGS sets GEMDOS PRG flags (such...
2015-11-14 Shamus HammonsBump version #.
2015-11-14 ggnFix for initial plus in expression throwing a "bad...
2015-11-14 ggnFix segfaulting when building .prg target on linux...
2015-11-11 Shamus HammonsTentative fix for bug #55. Thanks to ggn for reporting!
2015-11-11 Shamus HammonsBump version #.
2015-11-11 ggnNew keyword ^^ABSCOUNT counts bytes defined in current...
2015-11-11 ggnRe-introduced .abs mnemonic (it was renamed to .offset...
next