80386 Barrel Shifter
69 points by jamesbowman 3 days ago | 9 comments
cmovq 6 hours ago
> For memory operands, there's an additional twist: the bit index is a signed offset that can address bits outside the nominal operand. A bit index of 35 on a dword accesses bit 3 of the next dword in memory.
replyI wonder what is the use case for testing a bit outside of the memory address given.
Is the full microcode available anywhere?
And the microcode for bit test has to be different anyway.