« Return to Thread: using #defines with asm

using #defines with asm

by Phildale :: Rate this Message:

Reply to Author | View in Thread

this works

asm(".long 0xABCDABCD");

but i want to use #defines
eg

#define VALUE

asm(".long VALUE");
that will obviosly not work, does anyone know how to get it to work?

 « Return to Thread: using #defines with asm