Re: [fpc-devel] Macro expansion in assembler code

2020-01-25 Thread Florian Klämpfl
Am 25.01.20 um 08:02 schrieb Christo Crause via fpc-devel: I noticed that macro's in assembler code is not expanded before the code is parsed. Is there are technical reason this is not done, or is it merely a historical artefact? Probably both: token reading is not shared between pascal and as

[fpc-devel] Macro expansion in assembler code

2020-01-24 Thread Christo Crause via fpc-devel
I noticed that macro's in assembler code is not expanded before the code is parsed. Is there are technical reason this is not done, or is it merely a historical artefact? My question is prompted by the latest assembler code modifications to accommodate avrtiny subarch in the AVR RTL, where the fol