On Tue, 27 Jul 2021 23:15:32 +0200
Philipp Klaus Krause <p...@spth.de> wrote:

> A new calling convention for z80ยน has been implemented in the
> breaktheworld branch:
> https://sourceforge.net/p/sdcc/code/HEAD/tree/branches/breaktheworld/
> 
> Anyone wanting to test it or experiment with it is welcome to use the
> branch.


It would be useful if you described the change as it's a bit hard to
assess a new ABI without explanation. Also can we please have defines
from the compiler for ABI breakage so that code can do

#if (__SDCC_Z80_ABI == 2)
#define asmcall   xxx
#else
#define asmcall yyy
#endif

Alan


_______________________________________________
Sdcc-user mailing list
Sdcc-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sdcc-user

Reply via email to