[Nasm-users] Segments

A. Wik awik32 at gmail.com
Mon Oct 12 06:40:57 PDT 2020


This directive used to work without warning:
SEGMENT _TEXT PUBLIC CLASS=CODE ALIGN=16

Now I get this:
Q:\c400\c>nasm -o ldvxd.com ldvxd.asm
ldvxd.asm:10: warning: ignoring unknown section attribute: "PUBLIC"
[-w+other]
ldvxd.asm:10: warning: ignoring unknown section attribute: "CLASS=CODE"
[-w+other]

What is the suggested fix/workaround?

Regards,
Albert Wik.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.nasm.us/archives/nasm-users/attachments/20201012/b77fba15/attachment.htm>


More information about the Nasm-users mailing list