Search found 1 match

by rastersoft
Fri Jan 11, 2019 12:55 pm
Forum: z88dk-users
Topic: [Z88dk-users] Can't inline assembler with zsdcc
Replies: 2
Views: 5454

[Z88dk-users] Can't inline assembler with zsdcc

Hi all:

I want to inline some assembler with zsdcc, but it seems to not recognize the #asm and #asmend statements. The same code compiles fine with sccz80. How can I do that?

I want to use zsdcc because the output code is much faster.

Thanks.