]> Shamusworld >> Repos - rmac/history - riscasm.c
Added missing (d16,An,Dn[.size][*scale]) addressing mode
[rmac] / riscasm.c
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-08 Shamus HammonsAdd support for 64-bit evaluations.
2017-08-29 Shamus HammonsFix for section alignment values in ELF objects.
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-04-20 Shamus HammonsCode cleanup, version bump for last commit. :-)
2017-04-20 ggn6502 support added back from original Madmac sources!
2017-04-14 Shamus HammonsELF support for RMAC.
2017-01-31 Graeme HinchliffeImproved indexed reg error
2015-10-07 Shamus HammonsFix NULL pointer dereference bug.
2015-10-07 Shamus HammonsFix for bug #34 (equated reg in 1st operand of MOVEI).
2015-03-04 Shamus HammonsFix for incorrect PACK/UNPACK generation. Thanks to...
2015-02-01 Shamus HammonsFixed a nasty bug that dropped symbols that shouldn...
2015-01-16 Shamus HammonsMisc. whitespace cleanups, removal of unneeded code.
2015-01-16 Shamus HammonsFix for spurious 'undefined register equate' error.
2015-01-13 Shamus HammonsFixed bug with -l switch.
2014-05-17 Shamus HammonsFixed word reversed fixup problem.
2014-02-23 Shamus HammonsFix for extraneous newlines in .print directive.
2014-01-13 Shamus HammonsAdded "legacy mode" to assembler, which is on by default.
2013-09-12 Shamus HammonsFixed segfault on encountering unexpected register...
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...