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
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