I'm not sure you can in GCC assembler - I've never seen it attempted directly.The obvious workaround is calculate the necessary offsets in C and pass then in to the assembler function as parameters.