NASM - The Netwide Assembler

NASM Forum => Using NASM => Topic started by: austin on September 26, 2016, 06:56:12 PM

Title: Macros for SEG, WRT, GROUP
Post by: austin on September 26, 2016, 06:56:12 PM
Coding for 80186 CPU, and trying to use nasm in as86 mode, where seg and wrt are not available; nor is ability to refer to address of section .data, .text etc. The documentation says that these can be simulated in macros, but gives no clue how. I'd be very grateful for any suggestions.