Related articles |
---|
C/pascal compiler and compact code alexgr@uni-paderborn.de (Alexander Grau) (2000-05-30) |
Re: C/pascal compiler and compact code rsherry@home.com (Robert Sherry) (2000-06-10) |
From: | Alexander Grau <alexgr@uni-paderborn.de> |
Newsgroups: | comp.compilers |
Date: | 30 May 2000 02:36:37 -0400 |
Organization: | University of Paderborn, Germany |
Keywords: | 8086, question |
Hi,
Does anybody know a C or pascal compiler that creates compact i80286
code? The machine code should be max. 10 % bigger than the of the
output of legacy assembler. Available for DOS environment, it should
be able to exclude the runtime libraries and to set linker options
specificly. E.g. organizing code at address 0E000h (org 0E000h like
in TASM). Why? Developing BIOS with size of max. 64K. Is there
something like this available as Freeware or Commercial software?
Thanks in advance,
Alex
[Don't hold your breath. I never saw a compiler that tried very hard to
generate efficient code for segmented data addresses. -John]
Return to the
comp.compilers page.
Search the
comp.compilers archives again.