7 ms·
IIUC Fil-C does not allow to freely write safe assembly language as well, right? From the inlineasm page, they say > Parsing and analyzing the assembly. If it
by kennykartman 2mo ago
IIUC Fil-C does not allow to freely write safe assembly language as well, right? From the inlineasm page, they say
> Parsing and analyzing the assembly. If it contains memory accesses, control flow, or anything we don't recognize, we reject it.
...But I'm no fil-c user nor expert so correct me if I'm wrong!