Re: Linked Lists debugger question

Tech-Archive recommends: Fix windows errors by optimizing your registry




"Robby" <Robby@xxxxxxxxxxxxxxxxxxxxxxxxx> ha scritto nel messaggio news:9CD573D0-EC9D-40B7-ACBA-1352C454A7E3@xxxxxxxxxxxxxxxx

I never
assigned a value to "value" and yet why does it show that value is equal to
0xcccccccc ?

To add to Igor's correct post, you may be interested in knowing that the hex byte value 0xCC is not random, it was chosen on purpose, because it is the opcode of INT 3 assembly instruction. INT 3 basically means "debug breakpoint".

Giovanni

.



Relevant Pages