[fpc-pascal] Inline bytes
Jonas Maebe
jonas.maebe at elis.ugent.be
Thu Aug 9 17:25:52 CEST 2012
Rainer Stratmann wrote on Thu, 09 Aug 2012:
> Am Thursday 09 August 2012 17:09:57 schrieb Jonas Maebe:
>> if it were added it would be
>> quite possible that this would also disable inlining the containing
>> routine for implementation reasons.
>
> I think the reason for disabling is that in the asm code can be identifyers
> and jumplabels which are difficult to handle then.
>
> In the inline( $AB , $CD , ... ) instruction is only pure data, so for me
> there is no reason to disable the inlining then.
inline() can contain identifiers and labels just like assembler
blocks. But again: there are no plans to add support for inline().
Jonas
More information about the fpc-pascal
mailing list