We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
void foo {__asm { ...}
__asm void foo() { ...}
extern int table[] = { 1, 2, 3 };__asm void *foo() { import table /* should not really be needed, but is */ ldr r0, lbl add r0, r0, pc bx lrlbl dcd table - .}