Hi there,
I want to do some calculations with the Maple using fixed point maths.
Therfore,
I want to know if it is possible to access directly some assembler instructions (SMLAL, SMULL) of the ARM?
Best,
Wolfel
Hi there,
I want to do some calculations with the Maple using fixed point maths.
Therfore,
I want to know if it is possible to access directly some assembler instructions (SMLAL, SMULL) of the ARM?
Best,
Wolfel
Hi wolfgang,
You can use standard gcc assembler syntax. e.g.:
asm volatile("nop");
should compile fine.
You must log in to post.