When compiling
void f(void) __naked { __asm ex af, af' __endasm; }
I see:
test.c:4:11: warning: missing terminating ' character
This is annoying as such individual ' are valid in z80 (and related) assembler code.
Wiki: SDCC-STD-UX
The warning probably comes from the preprocessor: See also [bugs:#3159].
Bugs: #3159
Log in to post a comment.
The warning probably comes from the preprocessor: See also [bugs:#3159].
Related
Bugs:
#3159Last edit: Philipp Klaus Krause 2022-05-10