Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • rtoy's avatar
    19f4abf4
    o Fix issue where some instructions like MOVLPS would print the · 19f4abf4
    rtoy authored
      arguments in reverse order.  (Ported from SBCL).
    o Work around issue where MOVHLPS and MOVLHPS would be disassembled as
      MOVLPS and MOVHPS.  The instruction is still disassembled
      incorrectly, but we at least add a note indicating the actual
      instruction in these cases.
    19f4abf4
    History
    o Fix issue where some instructions like MOVLPS would print the
    rtoy authored
      arguments in reverse order.  (Ported from SBCL).
    o Work around issue where MOVHLPS and MOVLHPS would be disassembled as
      MOVLPS and MOVHPS.  The instruction is still disassembled
      incorrectly, but we at least add a note indicating the actual
      instruction in these cases.