Re: [Sdcc-user] Inline assembly with parameters

2014-09-25 Thread Maarten Brock
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

[Sdcc-user] Inline assembly with parameters

2014-09-25 Thread Stijn Souffriau
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