Author Topic: Macros for SEG, WRT, GROUP  (Read 6155 times)

Offline austin

  • New Member
  • Posts: 1
Macros for SEG, WRT, GROUP
« 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.