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 - .}