Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
cmucl
cmucl
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 26
    • Issues 26
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 1
    • Merge Requests 1
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • cmucl
  • cmuclcmucl
  • Issues
  • #95

Closed
Open
Opened Jan 10, 2021 by Raymond Toy@rtoyOwner

Disassembler syntax wrong for je and movzx

Currently the disasssembler prints jeq for the Intel je (jump on equal) instruction. We should make it je to be true Intel syntax.

Also we print just movzx eax, [ecx-7] to sign extend a byte. For valid Intel assembly syntax, we should print movzx eax, byte ptr [ecx-7].

Assignee
Assign to
snapshot-2021-01
Milestone
snapshot-2021-01 (Past due)
Assign milestone
Time tracking
None
Due date
None
Reference: cmucl/cmucl#95