1. 20 Dec, 2014 11 commits
  2. 19 Dec, 2014 6 commits
  3. 18 Dec, 2014 21 commits
  4. 17 Dec, 2014 2 commits
    • Lioncash's avatar
      armemu: Unset GE flags for UADD8 if results are < 0x100 · 41fee1c9
      Lioncash authored
      Reference manual states these must be set to zero if this case is true.
      41fee1c9
    • Lioncash's avatar
      armemu: Fix SSUB16 · 58dc5547
      Lioncash authored
      Broken from the same reason SADD16 was.
      
      The lo part of the result should only be constructed from the lo halfwords of rm and rn.
      The hi part of the result should only be constructed from the hi halfwords of rm and rn.
      58dc5547