#122 (yasm differs from nasm by rejecting standalone "es") – The Yasm Modular Assembler Project

Ticket #122 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

yasm differs from nasm by rejecting standalone "es"

Reported by: vapier@… Owned by:
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

comment:1 Changed 2 years ago 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")

Author



Action
as closed
Next status will be 'reopened'
 
Note: See TracTickets for help on using tickets.