]> Shamusworld >> Repos - rmac/commitdiff
Various 020+ fixes. In brief, this commit fixes the following:
authorggn <ggn.dbug@gmail.com>
Thu, 20 Jul 2017 09:21:20 +0000 (12:21 +0300)
committerShamus Hammons <jlhamm@acm.org>
Thu, 20 Jul 2017 12:52:45 +0000 (07:52 -0500)
- Fix warning for \! inside string - we might be evaluating a macro so it's legal.
- Handle (Dn[.w][*scale],label[.l]) ea case.
- Enable scale value in ea to be expression (evaluated) besides constant.
- Fix for ([address[.wl]]). It seems that undefined symbols were not stored properly in eagen0.s (it used aNexpr instead of aNbexpr when storing base displacement).
- Fixes for fmove freg,freg (no size suffix) and ftst freg (no size suffix).
- fmovem now defaults to .x
- Fixed muls.l


No differences found