Skip to content
Snippets Groups Projects
  1. Dec 20, 2014
  2. Dec 19, 2014
  3. Dec 18, 2014
  4. Dec 17, 2014
    • 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
Loading