www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.ldc - How to LDC2 gen 16-bit code., run in x86 real mode?

reply lili <akozhao tencent.com> writes:
Hi,
     Is can LDC2 generate 16-bit code?
Aug 14 2019
parent kinke <kinke gmx.net> writes:
Theoretically, I guess it can, as LLVM can. You can try yourself, 
e.g., with `-mtriple=i386-unknown-code16`.
Aug 14 2019