]> Shamusworld >> Repos - rmac/shortlog
rmac
2020-01-02 ggnImplement ^^FILESIZE unary operator that returns the...
2020-01-01 ggnWhen expanding macro parameters ("\{param_name}") insid...
2020-01-01 ggnMore correct calculation of ^^ABSCOUNT. Also updated...
2019-08-09 Shamus HammonsMinor code cleanups. dsp56k
2019-08-09 Shamus HammonsFix a few minor problems with 030 mode PC relative...
2019-08-08 Shamus HammonsAdded missing d_ds handling, add kludge for 56K fixups.
2019-08-08 Shamus HammonsForgot to update the copyright in rmac.c. D'oh! :-P
2019-08-08 Shamus HammonsOne more minor fix: add back FP values for 56001 in...
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-08-20 Shamus HammonsNow we're pretty sure that the codebase doesn't cause...
2018-06-23 Shamus HammonsCleanup of codebase and initial commit of 56K assembler...
2018-06-03 Shamus HammonsMinor fixups.
2018-05-16 Shamus HammonsVersion bump for last commit; now at version 1.13.5.
2018-05-16 ggnBug fix in flognp1. Better handling of cpbcc/fbcc/pbcc...
2018-05-16 Shamus HammonsVersion bump for last patch; now at v1.13.4.
2018-05-16 ggnFix for bug 120. AND can never accept an address regist...
2018-05-16 ggnDon't print bogus message about optimising long address...
2018-05-15 Shamus HammonsVersion bump for last commit. Now at version 1.13.2.
2018-05-15 ggnRemove hacky code that truncates absolute addresses...
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-24 Shamus HammonsFix for subtle bug in the expression analyzer.
2018-02-10 Shamus HammonsAdd fixup stubs for FU_FLOATfoo types. Now at version...
2018-02-10 Shamus HammonsCleanups for the RISC assembler. Now at version 1.12.3.
2018-02-10 Shamus HammonsMinor bugfix for FU_NUM15 fixups.
2018-02-10 Shamus HammonsFix for D_foo() macros.
2018-02-10 Shamus HammonsPartial fix for bug #108 (Fixup cleanups).
2018-01-24 Shamus HammonsVersion bump for last eight commits; cleanup of Alcyon...
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...
next