16bit Plain Binary C Compiler HELP HELP HELP Please
- matias_beretta
- Member
- Posts: 101
- Joined: Mon Feb 26, 2007 3:39 pm
16bit Plain Binary C Compiler HELP HELP HELP Please
Hello and thanks for reading my post. I am developing a real mode operating system and i would like to use a higher level programming languaje because assembler is very complicated. Is it posible to use a higher level languaje in real mode?, if yes, tell me the name of a 16 bit Plain Binary C Compiler...
Thanks
Matías Beretta ARGENTINA
Thanks
Matías Beretta ARGENTINA
- Brynet-Inc
- Member
- Posts: 2426
- Joined: Tue Oct 17, 2006 9:29 pm
- Libera.chat IRC: brynet
- Location: Canada
- Contact:
Greetings matias_beretta..
I hope this is what you're looking for
http://www.cix.co.uk/~mayday/
The available above includes bcc(Bruce's C Compiler) ld86 and as86.. (A linker and an assembler..)
You will still need to use ASM for things though....
I hope this is what you're looking for
http://www.cix.co.uk/~mayday/
The available above includes bcc(Bruce's C Compiler) ld86 and as86.. (A linker and an assembler..)
You will still need to use ASM for things though....
- matias_beretta
- Member
- Posts: 101
- Joined: Mon Feb 26, 2007 3:39 pm
Lots of thanks
Thanks for replying me, now i will see if the page you give me is what i am finding, see you later
Thanks. I've been looking for that link for 3 months now. Although, I have forgotten why....Brynet-Inc wrote:Greetings matias_beretta..
I hope this is what you're looking for
http://www.cix.co.uk/~mayday/
C8H10N4O2 | #446691 | Trust the nodes.
- matias_beretta
- Member
- Posts: 101
- Joined: Mon Feb 26, 2007 3:39 pm
- matias_beretta
- Member
- Posts: 101
- Joined: Mon Feb 26, 2007 3:39 pm
- Brynet-Inc
- Member
- Posts: 2426
- Joined: Tue Oct 17, 2006 9:29 pm
- Libera.chat IRC: brynet
- Location: Canada
- Contact:
You didn't mention Windows before...matias_beretta wrote:Bruces'C Compiler is for windows???????
The (free) Borland C/C++ builder can, IIRC, generate 16bit code. You might also want to check out the 16-bit-tools from DJGPP, although I don't recommend DJGPP to start with, and the 16-bit-tools seem to be dated / incomplete judging from that site.
Then again, perhaps you'd best follow Brynet-Inc's advice, install Cygwin and compile BCC for yourself.
Every good solution is obvious once you've found it.