Re: [fpc-devel] Inline assembler.

2012-07-20 Thread Konstantin
Jonas Maebe schrieb: On 19 Jul 2012, at 23:54, peter green wrote: Is it possible to tell the inline assembler to output something to the resulting assembler file even though it doesn't recognise the opcode? No. We used to have a direct assembler reader that allowed this, but that's

Re: [fpc-devel] Inline assembler.

2012-07-20 Thread Jonas Maebe
On 20 Jul 2012, at 10:11, Konstantin wrote: Jonas Maebe schrieb: On 19 Jul 2012, at 23:54, peter green wrote: Is it possible to tell the inline assembler to output something to the resulting assembler file even though it doesn't recognise the opcode? No. We used to have a direct

[fpc-devel] Inline assembler.

2012-07-19 Thread peter green
Is it possible to tell the inline assembler to output something to the resulting assembler file even though it doesn't recognise the opcode? ___ fpc-devel maillist - fpc-devel@lists.freepascal.org

Re: [fpc-devel] Inline assembler.

2012-07-19 Thread Jonas Maebe
On 19 Jul 2012, at 23:54, peter green wrote: Is it possible to tell the inline assembler to output something to the resulting assembler file even though it doesn't recognise the opcode? No. We used to have a direct assembler reader that allowed this, but that's incompatible with the concept