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

Michael Schnell mschnell at lumino.de
Tue Apr 5 09:38:57 CEST 2011


On 04/05/2011 02:21 AM, Skybuck Flying wrote:
> So it would be cool if free pascal compiler could compile pascal 
> sources into redcode assembly, which can then be further compiled by 
> the PMARS executable/assembler.
AFAIK, other than gcc,  FP is designed to drop the ASM source code step 
of code generation and is intended to directly output a linkable binary. 
An internal linker is optionally usable in some archs as well, making FP 
directly output an executable

-Michael



More information about the fpc-devel mailing list