[fpc-pascal] ARM7TDMI
Daniël Mantione
daniel.mantione at freepascal.org
Mon Aug 27 14:14:09 CEST 2007
Op Mon, 27 Aug 2007, schreef Rainer Stratmann:
> Is it possible to write ARM Programs for these single microcontroller chips
> without a RTL and without specifying a target operating system?
> Or write pure Assembler Programs?
> And then to download it into these single chip controller?
The compiler always needs a runtime library. But you can customize RTL
and it has been prepared for this by means of the embedded
target, where you can enable or disable features. If you like you can also
write your own rtl.
Daniël
More information about the fpc-pascal
mailing list