[fpc-devel] Adding a redcode assembler to Free Pascal Compiler

Michael Schnell mschnell at lumino.de
Wed Apr 6 10:07:34 CEST 2011


On 04/05/2011 04:21 PM, Hans-Peter Diettrich wrote:
>
> Of course every platform needs a RTL, at least for memory allocation, 
> basic I/O and probably for file handling.

Thread handling (e.g. threadvars) is another example.
Using libc (in Linux) prevents doing  ASM or arch depending code in the 
RTL. This has pros and cons which already have been discussed here 
several times.

-Michael



More information about the fpc-devel mailing list