Hello Stijn,
Unfortunately this is not possible with SDCC.
Greets,
Maarten
> Hi all,
>
> I have a question regarding inline assembly in sdcc:
>
> I have some assembly code which I would like to put in a macro that is to
> be called many times throughout my C-code. For efficiency reasons this
> s
Hi all,
I have a question regarding inline assembly in sdcc:
I have some assembly code which I would like to put in a macro that is to be
called many times throughout my C-code. For efficiency reasons this short piece
of assembly must be inlined hence I can't use a function. Also this macro mus