I would like to save the A and B registers into a structure from C level, is there an easy way of doing that? Is there an easy way of doing that from C-level by using intrinsics or other tricks? Anything like the gnu compiler supported asm-format which can process c-variables? Do I have to write a c-callable asm function ?