Title [WarpLink] Instruct NASM to not generate 386-level near jcc instructions
AuthorE. C. Masloch
Created2026-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.

E. C. Masloch on 2026-06-13 22:28:54 +0200 Jun Sat

Fixed in hg b14b75661790 on 2026-02-12.