I used the asm{} format instead of the asm( "instruction;" : outputs : inputs : clobered list);
C variables can be called directly with there names
And in .asm files I need to specify
.section . text
which wasn't needed for the P5020 compiler
The PA\PA_Support\Templates\Sources\P2020\Common examples where helpfull
Thanks to Marius.
Other problem :
With this compiler includes seem not to work...
I mean for example: #include "test.h"
I get Link Failed
And some Undefined functions (that are in test.h)
Is there a documentation for this compiler ?