Modify ↓
Ticket #122 (closed defect: fixed)
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
Note: See
TracTickets for help on using
tickets.

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