2016-09-13 |
Shamus Hammons | Fix for bug #77. Thanks for ggn for reporting. :-)
|
commit | commitdiff | tree |
2016-09-13 |
Shamus Hammons | Fix for bug #78: Thanks to ggn for reporting and supplying...
|
commit | commitdiff | tree |
2016-09-13 |
Shamus Hammons | Small fix to make compilation C99 compliant.
|
commit | commitdiff | tree |
2016-05-15 |
Shamus Hammons | Fix for bug #67 (thanks to ggn for reporting!).
|
commit | commitdiff | tree |
2016-05-09 |
Shamus Hammons | Possible fix for bug #72 (no warning on unclosed .ifs).
|
commit | commitdiff | tree |
2016-05-08 |
Shamus Hammons | Version bump. Thanks to ggn for the report & patch...
|
commit | commitdiff | tree |
2016-04-15 |
Shamus Hammons | Fix for bug #71 (thanks to ggn for reporting! :-)
|
commit | commitdiff | tree |
2016-01-07 |
Shamus Hammons | Hopefully final fix for bug #68 (crash on ARM).
|
commit | commitdiff | tree |
2015-12-24 |
Shamus Hammons | Possible fix for bug #68 (crash when running on ARM).
|
commit | commitdiff | tree |
2015-12-07 |
Shamus Hammons | Removed naked 'abs' (sans leading dot) from mntab.
|
commit | commitdiff | tree |
2015-11-17 |
Shamus Hammons | Bump version #.
|
commit | commitdiff | tree |
2015-11-17 |
Shamus Hammons | Bump version #.
|
commit | commitdiff | tree |
2015-11-14 |
Shamus Hammons | Bump version #, also create "docs" subdir for documentation...
|
commit | commitdiff | tree |
2015-11-14 |
Shamus Hammons | Bump version #.
|
commit | commitdiff | tree |
2015-11-11 |
Shamus Hammons | Tentative fix for bug #55. Thanks to ggn for reporting!
|
commit | commitdiff | tree |
2015-11-11 |
Shamus Hammons | Bump version #.
|
commit | commitdiff | tree |
2015-11-10 |
Shamus Hammons | Fix for bug where ^^FOO mnemonics were parsed incorrectly.
|
commit | commitdiff | tree |
2015-11-10 |
Shamus Hammons | Complete MADMAC manuals. Thanks to ggn for contributing...
|
commit | commitdiff | tree |
2015-11-10 |
Shamus Hammons | Bumping the patch level for the last commit. :-P
|
commit | commitdiff | tree |
2015-11-01 |
Shamus Hammons | Removed generated file from project.
|
commit | commitdiff | tree |
2015-11-01 |
Shamus Hammons | Fix for bug #46 (thanks to ggn for reporting!).
|
commit | commitdiff | tree |
2015-11-01 |
Shamus Hammons | Bump version # again. :-)
|
commit | commitdiff | tree |
2015-11-01 |
Shamus Hammons | Bump version number.
|
commit | commitdiff | tree |
2015-10-07 |
Shamus Hammons | Fix NULL pointer dereference bug.
|
commit | commitdiff | tree |
2015-10-07 |
Shamus Hammons | Fix for bug #34 (equated reg in 1st operand of MOVEI).
|
commit | commitdiff | tree |
2015-10-07 |
Shamus Hammons | Fix for bug #33. Thanks to Linkovitch for reporting!
|
commit | commitdiff | tree |
2015-10-07 |
Shamus Hammons | Fixed WARNING macro to be system agnostic, added doco...
|
commit | commitdiff | tree |
2015-10-07 |
Shamus Hammons | Applied patches from ggn for bugs #38, 40, & 41. Thanks!
|
commit | commitdiff | tree |
2015-03-04 |
Shamus Hammons | Fix for incorrect PACK/UNPACK generation. Thanks to...
|
commit | commitdiff | tree |
2015-02-19 |
Shamus Hammons | Fix for bad division in expressions. Thanks to A. Seed...
|
commit | commitdiff | tree |
2015-02-19 |
Shamus Hammons | Fix for "*" getting bad section attributes, reported...
|
commit | commitdiff | tree |
2015-02-01 |
Shamus Hammons | Removed spurious printf.
|
commit | commitdiff | tree |
2015-02-01 |
Shamus Hammons | Fixed a nasty bug that dropped symbols that shouldn...
|
commit | commitdiff | tree |
2015-01-16 |
Shamus Hammons | Misc. whitespace cleanups, removal of unneeded code.
|
commit | commitdiff | tree |
2015-01-16 |
Shamus Hammons | Fix for spurious 'undefined register equate' error.
|
commit | commitdiff | tree |
2015-01-13 |
Shamus Hammons | Fixed bug with -l switch.
|
commit | commitdiff | tree |
2014-11-14 |
Shamus Hammons | Fix for bug #29.
|
commit | commitdiff | tree |
2014-05-17 |
Shamus Hammons | Fixed word reversed fixup problem.
|
commit | commitdiff | tree |
2014-03-14 |
Shamus Hammons | Fixed ignored label on rept line (bug #18)
|
commit | commitdiff | tree |
2014-03-14 |
Shamus Hammons | Fixed ignored last line with no EOL bug. (bug #19)
|
commit | commitdiff | tree |
2014-02-26 |
Shamus Hammons | FOR GREAT JUSTICE
|
commit | commitdiff | tree |
2014-02-23 |
Shamus Hammons | Fix for extraneous newlines in .print directive.
|
commit | commitdiff | tree |
2014-01-13 |
Shamus Hammons | Added "legacy mode" to assembler, which is on by default.
|
commit | commitdiff | tree |
2013-11-09 |
Shamus Hammons | Fixed subtle bug in expr().
|
commit | commitdiff | tree |
2013-09-13 |
Shamus Hammons | Fixed assembler not complaining when using RISC regs...
|
commit | commitdiff | tree |
2013-09-12 |
Shamus Hammons | Forgot minor release number bump. :-P
|
commit | commitdiff | tree |
2013-09-12 |
Shamus Hammons | Fixed segfault on encountering unexpected register...
|
commit | commitdiff | tree |
2013-03-30 |
Shamus Hammons | Added deprecated keywords JPAD/NOJPAD for legacy code...
|
commit | commitdiff | tree |
2013-03-05 |
Shamus Hammons | Fix for last broken commit. Sorry about that!
|
commit | commitdiff | tree |
2013-03-05 |
Shamus Hammons | More fixups to remove warnings, removal of more cruft.
|
commit | commitdiff | tree |
2013-03-04 |
Shamus Hammons | Various code cleanups, mainly to do with RISC assembly.
|
commit | commitdiff | tree |
2013-03-02 |
Shamus Hammons | Fix silly mask bugs, added check for use of undefined...
|
commit | commitdiff | tree |
2013-02-27 |
Shamus Hammons | Fix for slow .incbin performance.
|
commit | commitdiff | tree |
2013-02-16 |
Shamus Hammons | Fixed subtle bug in section marking code.
|
commit | commitdiff | tree |
2013-02-14 |
Shamus Hammons | Removing cruft...
|
commit | commitdiff | tree |
2013-02-14 |
Shamus Hammons | Added optimization flags to makefile (how long was...
|
commit | commitdiff | tree |
2013-02-14 |
Shamus Hammons | Added win32 cross-compilation script.
|
commit | commitdiff | tree |
2013-02-13 |
Shamus Hammons | Forgot to bump patch level :-P
|
commit | commitdiff | tree |
2013-02-13 |
Shamus Hammons | Added new .cstruct construct. Thanks to GroovyBee for...
|
commit | commitdiff | tree |
2013-02-13 |
Shamus Hammons | Fixed regression in RISC JR cc, <label> handling.
|
commit | commitdiff | tree |
2013-02-13 |
Shamus Hammons | Fixed .cargs problem, more code cleanup/fixup
|
commit | commitdiff | tree |
2013-02-12 |
Shamus Hammons | First stab at removing cruft.
|
commit | commitdiff | tree |
2013-02-12 |
Shamus Hammons | Bumped object size from 4MB to 6MB (ggn).
|
commit | commitdiff | tree |
2013-02-03 |
Shamus Hammons | Forgot to bump patch level on version.h :-P
|
commit | commitdiff | tree |
2013-02-03 |
Shamus Hammons | Fixed missing error reporting on fixup stage.
|
commit | commitdiff | tree |
2013-02-03 |
Shamus Hammons | Fixed error reporting wrong file, off-by-one error...
|
commit | commitdiff | tree |
2013-02-02 |
Shamus Hammons | Fixed compiler not checking for INCBIN in BSS sections.
|
commit | commitdiff | tree |
2012-11-26 |
Shamus Hammons | Fixed problem with nested MACROs.
|
commit | commitdiff | tree |
2012-11-24 |
Shamus Hammons | Small fix for FU_JR fixups.
|
commit | commitdiff | tree |
2012-11-24 |
Shamus Hammons | First working 64-bit version of RMAC
|
commit | commitdiff | tree |
2012-11-23 |
Shamus Hammons | Code cleanup and prepartion for 64-bit host fixes
|
commit | commitdiff | tree |
|