23-01-2017, 06:45 AM
Hi All,
Would you please advise me if a macro containing both assembly and C code
is a violation of Dir 4.3?
Example:
#define M_def do { asm( "mv r0,r1" ); use_uint32( 0 ); } while( 0 )
Please note that 'use_uint32( 0 );' is a function call.
Regards,
Tad
Would you please advise me if a macro containing both assembly and C code
is a violation of Dir 4.3?
Example:
#define M_def do { asm( "mv r0,r1" ); use_uint32( 0 ); } while( 0 )
Please note that 'use_uint32( 0 );' is a function call.
Regards,
Tad
<t></t>