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

Ticket #122 (closed defect: fixed)

Opened 3 years ago

Last modified 3 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 3 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.

View

Add a comment

Modify Ticket

Action
as closed
The resolution will be deleted. Next status will be 'reopened'
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.