Related articles |
---|
very customisable compiler not@home.no (DeSilva) (2000-10-08) |
Re: very customisable compiler jimbo@radiks.net (2000-10-10) |
Re: very customisable compiler paule@martex.gen.oh.us (Paul Evans) (2000-10-12) |
Re: very customisable compiler malicki.1@osu.edu (Joseph Malicki) (2000-10-19) |
From: | "DeSilva" <not@home.no> |
Newsgroups: | comp.compilers |
Date: | 8 Oct 2000 22:32:06 -0400 |
Organization: | Tele Danmark Internet Cyberspace Launchpad |
Keywords: | question, comment |
I am looking for a compiler which can be tweeked and set up for all
sorts of oddities. I need for it to be able to compile to any
customisable origin in memory, it should be able o generate raw code
which can simply be copied into memory and jumped to. In general a
good c or c++ compiler (with asm support) for developing a simple OS
Which compiler could you sugest for me to use? A free trial or free
in general compiler would be frefered since this is just a hoby
project.. just sick and tired of doing it in pure asm *sigh*
[Few compilers can do that, but most linkers can produce absolute code
at any origin you want. -John]
Return to the
comp.compilers page.
Search the
comp.compilers archives again.