]> Shamusworld >> Repos - rmac/history - rmac.c
The deed has been accomplished.
[rmac] / rmac.c
2019-08-07 Shamus HammonsThe deed has been accomplished.
2019-08-06 Shamus HammonsAdded in DSP fixups to sect.c, misc. fixes for 6502...
2018-02-27 Shamus HammonsMinor tweak for OP data address fixups. Now at version...
2018-02-26 Shamus HammonsAdded Jaguar Object Processor assembler.
2018-02-10 Shamus HammonsPartial fix for bug #108 (Fixup cleanups).
2018-01-24 ggnAdd flag -px in alcyon mode which enables extended...
2018-01-24 ggnAdded optimisation switches -o8 and -o9
2017-11-30 Shamus HammonsSmall cleanups + version bump for last commit.
2017-11-30 ggnVarious small fixes and additions to the 680x0 parts:
2017-08-29 Shamus HammonsFix for section alignment values in ELF objects.
2017-07-19 Shamus HammonsFixed IREPT blocks to not corrupt memory on 64-bit...
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 ggnInitial commit for 68020/30/40/60/68881/68882/68851...
2017-04-27 Shamus HammonsVersion bump for last commits. :-)
2017-04-27 ggnAdded -l* to enable listing without pagination. Fix...
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 ggnFix movep size optimising when +o3 is enabled. Show...
2017-04-14 Shamus HammonsELF support for RMAC.
2017-01-31 Graeme HinchliffeImproved indexed reg error
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...
2015-11-17 ggnMoved some messages from -v to -x
2015-11-17 ggnExtended switch -s to also warn about automatically...
2015-11-17 ggnASCII art logo, because why not.
2015-11-14 ggnNew directive: PRGFLAGS sets GEMDOS PRG flags (such...
2015-11-10 ggnChange extension to .prg when invoked with -p.
2015-11-01 Shamus HammonsBump version # again. :-)
2015-11-01 ggnForce -fa when user passes -p.
2015-10-07 Shamus HammonsFixed WARNING macro to be system agnostic, added doco...
2015-10-07 Shamus HammonsApplied patches from ggn for bugs #38, 40, & 41. Thanks!
2015-02-19 Shamus HammonsFix for "*" getting bad section attributes, reported...
2015-02-01 Shamus HammonsFixed a nasty bug that dropped symbols that shouldn...
2015-01-16 Shamus HammonsMisc. whitespace cleanups, removal of unneeded code.
2014-05-17 Shamus HammonsFixed word reversed fixup problem.
2014-01-13 Shamus HammonsAdded "legacy mode" to assembler, which is on by default.
2013-03-05 Shamus HammonsMore fixups to remove warnings, removal of more cruft.
2013-03-04 Shamus HammonsVarious code cleanups, mainly to do with RISC assembly.
2013-03-02 Shamus HammonsFix silly mask bugs, added check for use of undefined...
2013-02-16 Shamus HammonsFixed subtle bug in section marking code.
2013-02-13 Shamus HammonsFixed .cargs problem, more code cleanup/fixup
2013-02-12 Shamus HammonsFirst stab at removing cruft.
2013-02-03 Shamus HammonsFixed missing error reporting on fixup stage.
2012-11-26 Shamus HammonsFixed problem with nested MACROs.
2012-11-24 Shamus HammonsFirst working 64-bit version of RMAC
2012-11-23 Shamus HammonsCode cleanup and prepartion for 64-bit host fixes
2012-01-19 James HammonsMore readability cleanups.
2012-01-18 James HammonsCode cleanups.
2012-01-02 James HammonsRemoved Interactive Mode. Sorry, but the 1980s called...
2011-12-26 James HammonsVarious cleanups to fix compiler warnings.
2011-12-26 James HammonsInitial commit.