Ticket #122 (closed defect: fixed)

Opened 8 months ago

Last modified 8 months ago

yasm differs from nasm by rejecting standalone "es"

Reported by: vapier@gentoo.org Assigned to:
Priority: P1 Milestone:
Component: List Format: NASM-compatible Version: 0.6.0
Severity: normal Keywords:
Cc:

Description

this bit of code found in a package in Gentoo:

    es
    mov     ax,[bx+0+0]

is rejected by yasm: test.asm:2: label or instruction expected at start of line

putting them on the same line and yasm will accept the code and produce an object that matches nasm

Attachments

Change History

12/03/07 23:08:04 changed by peter

  • status changed from new to closed.
  • resolution set to fixed.

(In [2021]) Fix #122: Allow standalone prefixes. Implementation copied from gas parser.


Add/Change #122 (yasm differs from nasm by rejecting standalone "es")