Sphinx C-- source code available (Announce)
> Some of you may recall Sphinx C--, a C compiler that allows to generate
> very small executables. Supported are the following executables: COM, EXE,
> SYS (DOS drivers), ROM-BIOS, Windows PE-Coff, Windows DLL, 32bit DOS flat
> or DPMI, MenuetOS.
Hm, ROM-BIOS target, interesting :) Does it produce a complete ISA/PCI ROM module with necessary headers or just a code that can run from ROM? Coreboot project used its ROMC that enable you to write a bootblock in C because it doesn't require any RAM/stack (it's necessary before MCH is initialized). All vars are allocated in registers. So this makes of course several limitations but avoid asm...
---
DOS gives me freedom to unlimited HW access.
Complete thread:
- Sphinx C-- source code available - georgpotthast, 19.10.2015, 19:21 (Announce)
- Sphinx C-- source code available - Guti, 20.10.2015, 17:27
- Sphinx C-- source code available - georgpotthast, 20.10.2015, 20:58
- Sphinx C-- source code available - RayeR, 20.10.2015, 19:17
- Sphinx C-- source code available - georgpotthast, 20.10.2015, 21:03
- Sphinx C-- source code available - RayeR, 20.10.2015, 22:26
- Sphinx C-- source code available - georgpotthast, 21.10.2015, 17:55
- Sphinx C-- source code available - RayeR, 21.10.2015, 18:30
- Sphinx C-- source code available - georgpotthast, 21.10.2015, 17:55
- Sphinx C-- source code available - RayeR, 20.10.2015, 22:26
- Sphinx C-- source code available - georgpotthast, 20.10.2015, 21:03
- Sphinx C-- source code available - Guti, 20.10.2015, 17:27