[Nasm-bugs] [Bug 3392608] multi-section bin format: two sections following the same section, one implicitly, gives wrong error message

noreply-nasm at gorcunov.org noreply-nasm at gorcunov.org
Mon Sep 9 13:37:24 PDT 2019


https://bugzilla.nasm.us/show_bug.cgi?id=3392608

--- Comment #2 from C. Masloch <pushbx at ulukai.org> ---
This however works:


$ cat test3.asm
section FREE follows=DATAEND
start_free:
section DATAEND
start_dataend:
$ nasm -v
NASM version 2.12.01
$ nasm test3.asm
$ newnasm -v
NASM version 2.15rc0 compiled on Aug 21 2019
$ newnasm test3.asm
$

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.


More information about the Nasm-bugs mailing list