Skip to content

Instantly share code, notes, and snippets.

@pnkfelix
Created November 28, 2012 16:52
Show Gist options
  • Save pnkfelix/4162480 to your computer and use it in GitHub Desktop.
Save pnkfelix/4162480 to your computer and use it in GitHub Desktop.
Disassembly of ParLambda initialization
(gdb) disassem $pc $pc+300
Dump of assembler code from 0x1014c790e to 0x1014c7a3a:
0x00000001014c790e: nop
0x00000001014c790f: mov $0x103d0a1c8,%r11
0x00000001014c7919: mov %r11,(%rax)
0x00000001014c791c: mov $0x103d081f0,%r11
0x00000001014c7926: mov %r11,0x8(%rax)
0x00000001014c792a: mov $0x0,%r11
0x00000001014c7934: mov %r11,0x10(%rax)
0x00000001014c7938: mov $0x100941b90,%r11
0x00000001014c7942: mov %r11,0x18(%rax)
0x00000001014c7946: int3
0x00000001014c7947: nop
0x00000001014c7948: nop
0x00000001014c7949: movl $0xc10001,0x20(%rax)
0x00000001014c7950: mov $0x103d0fac0,%r11
0x00000001014c795a: mov %r11,0x28(%rax)
0x00000001014c795e: mov %rdi,0x30(%rax)
0x00000001014c7962: mov $0x103b2ab40,%r11
0x00000001014c796c: mov %r11,0x38(%rax)
0x00000001014c7970: mov $0xfffb800000000000,%rcx
0x00000001014c797a: or %rax,%rcx
0x00000001014c797d: retq
0x00000001014c797e: nop
0x00000001014c797f: nop
0x00000001014c7980: nop
0x00000001014c7981: nop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment