From awik32 at gmail.com Mon Oct 12 06:40:57 2020 From: awik32 at gmail.com (A. Wik) Date: Mon, 12 Oct 2020 13:40:57 +0000 Subject: [Nasm-users] Segments Message-ID: 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: