- May 7, 2013
- 10,396
I was debugging (will post the example later) a dump file, which seemed to have a problem with a singly linked list and memory alignment leading to a access violation exception.
I noticed within one of the instructions, that a xor assembly instruction was used, I read that you could XOR through a linked list, but this seemed to only apply to a doubly linked list, therefore my question is, is it possible to xor on a singly linked list or that instruction completely unrelated to the problem with the singly linked list?
BSOD 0x0000001E, 1D, 3B on Computer Shutdown - Windows 7 Help Forums
I noticed within one of the instructions, that a xor assembly instruction was used, I read that you could XOR through a linked list, but this seemed to only apply to a doubly linked list, therefore my question is, is it possible to xor on a singly linked list or that instruction completely unrelated to the problem with the singly linked list?
BSOD 0x0000001E, 1D, 3B on Computer Shutdown - Windows 7 Help Forums