Basically I am wondering if I can use explicit local register variables to pin a variable to either rax, rbx, rcx or rdx and then use the registers 1 byte extension in inline assembly.
I want to let the compiler decide which register would be best to use but it needs to be one of these and I need to be able to access its 1 byte extension register in the inline assembly.
Is there any way to do this?
Edit: I need to stayoff the stackoverflow for a bit, getting a bit too lazy for my own good