In the following x86 assembly code:
dd 0x1BADB002
dd 0x00
dd - (0x1BADB002+0x00)
The values don't seem to be assigned to any variables. So what does this snippet of code do? I've heard something about it being stored in memory, but where exactly?