Menu
  • HOME
  • TAGS

Open Watcom Inline assembly SEG and OFFSET operators

c,assembly,memory-address,watcom

I don't think there's any way to convince the OpenWatcom compiler to emit a group based segment relocation. Part of the problem is that there's no way to declare or define the group so that you can refer to it in the inline assembly. However, it appears the OpenWatcom linker...