]> Shamusworld >> Repos - rmac/shortlog
rmac
2015-11-11 ggnRe-introduced .abs mnemonic (it was renamed to .offset...
2015-11-10 Shamus HammonsFix for bug where ^^FOO mnemonics were parsed incorrectly.
2015-11-10 Shamus HammonsComplete MADMAC manuals. Thanks to ggn for contributing...
2015-11-10 ggnChange extension to .prg when invoked with -p.
2015-11-10 Shamus HammonsBumping the patch level for the last commit. :-P
2015-11-10 ggnFix for bug #51. Apparently 10 tokens weren't enough...
2015-11-01 Shamus HammonsRemoved generated file from project.
2015-11-01 Shamus HammonsFix for bug #46 (thanks to ggn for reporting!).
2015-11-01 Shamus HammonsBump version # again. :-)
2015-11-01 ggnForce -fa when user passes -p.
2015-11-01 Shamus HammonsBump version number.
2015-11-01 ggnA few compiler warnings pacified.
2015-11-01 ggnFix for bug that happened when a called macro inside...
2015-10-23 ggnFixed compilation on MinGW.
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-10-07 Shamus HammonsFix for bug #33. Thanks to Linkovitch for reporting!
2015-10-07 Shamus HammonsFixed WARNING macro to be system agnostic, added doco...
2015-10-07 ggnVisual Studio 2015 project files. A few warnings about...
2015-10-07 Shamus HammonsApplied patches from ggn for bugs #38, 40, & 41. Thanks!
2015-03-04 Shamus HammonsFix for incorrect PACK/UNPACK generation. Thanks to...
2015-02-19 Shamus HammonsFix for bad division in expressions. Thanks to A. Seed...
2015-02-19 Shamus HammonsFix for "*" getting bad section attributes, reported...
2015-02-01 Shamus HammonsRemoved spurious printf.
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-11-14 Shamus HammonsFix for bug #29. 1.3.0
2014-05-17 Shamus HammonsFixed word reversed fixup problem.
2014-03-14 Shamus HammonsFixed ignored label on rept line (bug #18)
2014-03-14 Shamus HammonsFixed ignored last line with no EOL bug. (bug #19)
2014-02-26 Shamus HammonsFOR GREAT JUSTICE
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-11-09 Shamus HammonsFixed subtle bug in expr().
2013-09-13 Shamus HammonsFixed assembler not complaining when using RISC regs...
2013-09-12 Shamus HammonsForgot minor release number bump. :-P
2013-09-12 Shamus HammonsFixed segfault on encountering unexpected register...
2013-03-30 Shamus HammonsAdded deprecated keywords JPAD/NOJPAD for legacy code...
2013-03-05 Shamus HammonsFix for last broken commit. Sorry about that!
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-27 Shamus HammonsFix for slow .incbin performance.
2013-02-16 Shamus HammonsFixed subtle bug in section marking code.
2013-02-14 Shamus HammonsRemoving cruft...
2013-02-14 Shamus HammonsAdded optimization flags to makefile (how long was...
2013-02-14 Shamus HammonsAdded win32 cross-compilation script.
2013-02-13 Shamus HammonsForgot to bump patch level :-P
2013-02-13 Shamus HammonsAdded new .cstruct construct. Thanks to GroovyBee for...
2013-02-13 Shamus HammonsFixed regression in RISC JR cc, <label> handling.
2013-02-13 Shamus HammonsFixed .cargs problem, more code cleanup/fixup
2013-02-12 Shamus HammonsFirst stab at removing cruft.
2013-02-12 Shamus HammonsBumped object size from 4MB to 6MB (ggn).
2013-02-03 Shamus HammonsForgot to bump patch level on version.h :-P
2013-02-03 Shamus HammonsFixed missing error reporting on fixup stage.
2013-02-03 Shamus HammonsFixed error reporting wrong file, off-by-one error...
2013-02-02 Shamus HammonsFixed compiler not checking for INCBIN in BSS sections.
2012-11-26 Shamus HammonsFixed problem with nested MACROs.
2012-11-24 Shamus HammonsSmall fix for FU_JR fixups.
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-07-09 SCPCDNo more crash whith some assembler file :
2012-01-19 James HammonsMore readability cleanups.
2012-01-18 James HammonsCode cleanups.
2012-01-18 James HammonsFix problem in tokenizer that caused legit code to...
2012-01-11 James HammonsFix submitted by partycle: Make errors GNU compatible.
2012-01-02 James HammonsRemoved Interactive Mode. Sorry, but the 1980s called...
2012-01-01 Graeme HinchliffeUpdated printf commands that were complaining about...
2012-01-01 Graeme HinchliffeCreated a quick and dirty windows based makefile.
2011-12-28 Graeme Hinchliffecorrected main's deffinition and set it to return with...
2011-12-27 James HammonsFix for USP token, submitted by ggn.
2011-12-26 James HammonsVarious cleanups to fix compiler warnings.
2011-12-26 James HammonsInitial commit.