| Title | [WarpLink] Instruct NASM to not generate 386-level near jcc instructions |
|---|---|
| Author | E. C. Masloch |
| Created | 2026-06-13 22:28:05 +0200 Jun Sat |
| State | closed |
The problem is that even when the code is 8086-clean, NASM may widen conditional jumps using the 386 instructions. A CPU directive is needed for generating 8086-compatible code.
Fixed in hg b14b75661790 on 2026-02-12.