Age | Commit message (Expand) | Author |
---|---|---|
2004-04-07 | Don't print [%reg + 0], just print [%reg] | Brian Gaeke |
2004-04-07 | Fix bug in printing loads. | Brian Gaeke |
2004-04-06 | First attempt at special-casing printing of [%reg + offset] for | Brian Gaeke |
2004-04-02 | Add support for printing pc-relative displacements of functions (as used in | Brian Gaeke |
2004-03-16 | The .type directive on Solaris uses the # character instead of @. | Brian Gaeke |
2004-03-16 | Use ! for comment char; it works in both Solaris as and GAS. | Brian Gaeke |
2004-03-06 | Emit register names in lowercase, as required by the assembler. | Brian Gaeke |
2004-03-05 | Asm output is looking a lot better; not correct for all operands yet though. | Brian Gaeke |
2004-03-04 | Asm printer support, based on x86 - only prints mnemonics for now | Brian Gaeke |