https://github.com/netwide-assembler/nasm/blob/fbdc88565ccccfa0e8c69b21b1953d1eded02e89/disasm/prefix.c#L368 this tries to do "last SEG wins", right? cute... but ndisasm should emit what it actually sees, i.e. *all* SEGs low priority more thought needed
nasm/disasm/prefix.c
Line 368 in fbdc885
this tries to do "last SEG wins", right?
cute... but ndisasm should emit what it actually sees, i.e. all SEGs
low priority
more thought needed