Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Does Icc support the 80286 compiler?

12 views
Skip to first unread message

rvma...@gmail.com

unread,
Apr 2, 2008, 1:40:48 PM4/2/08
to
All,

I am searching for a compiler to run code on an embedded 80286. I
came across the Icc compiler doing a Google search and would like to
know if it will meet my needs. I tried looking for docs.... The
specific questions are:
1. Can it generate 80286 machine code?
2. Can it cross-compile to 80286 from a XP Machine?
3. Does it have support for inline assembly statements in the source
code?

Thanks!

Russell

jacob navia

unread,
Apr 2, 2008, 3:05:48 PM4/2/08
to
rvma...@gmail.com wrote:
> All,
>
> I am searching for a compiler to run code on an embedded 80286. I
> came across the Icc compiler doing a Google search and would like to
> know if it will meet my needs. I tried looking for docs.... The
> specific questions are:
> 1. Can it generate 80286 machine code?

If you write a back end for 80286 yes. If not, no.
lcc-win32 has back end for many processors, and
it is possible to write others. Contact
me if interested.

> 2. Can it cross-compile to 80286 from a XP Machine?

Yes. See (1)

> 3. Does it have support for inline assembly statements in the source
> code?
>

The lcc compiler no. lcc-win32 yes, it is an extension.

> Thanks!
>

You are welcome.

> Russell

--
jacob navia
jacob at jacob point remcomp point fr
logiciels/informatique
http://www.cs.virginia.edu/~lcc-win32

Keith Thompson

unread,
Apr 3, 2008, 12:20:39 AM4/3/08
to
"rvma...@gmail.com" <rvma...@gmail.com> writes:
> I am searching for a compiler to run code on an embedded 80286. I
> came across the Icc compiler doing a Google search and would like to
> know if it will meet my needs. I tried looking for docs.... The
> specific questions are:
[snip]

Are you looking for Icc ('I' as in India) or lcc ('l' as in
lowercase)? This newsgroup discusses the latter.

--
Keith Thompson (The_Other_Keith) <ks...@mib.org>
Nokia
"We must do something. This is something. Therefore, we must do this."
-- Antony Jay and Jonathan Lynn, "Yes Minister"

0 new messages