Skip to content

Instantly share code, notes, and snippets.

View usagi's full-sized avatar
🍣
Sushi

USAGI/USAGI.NETWORK usagi

🍣
Sushi
View GitHub Profile
@usagi
usagi / C++ vs. C ; R5G6B5 color pixel transform battle source (1)
Last active December 10, 2015 01:48
C++ vs. C ; R5G6B5 color pixel transform battle source (1)
.
master_c.O0: file format elf64-x86-64
Disassembly of section .init:
0000000000400568 <_init>:
400568: 48 83 ec 08 sub $0x8,%rsp
40056c: e8 bb 00 00 00 callq 40062c <call_gmon_start>
400571: 48 83 c4 08 add $0x8,%rsp
master_c.O1: file format elf64-x86-64
Disassembly of section .init:
0000000000400568 <_init>:
400568: 48 83 ec 08 sub $0x8,%rsp
40056c: e8 bb 00 00 00 callq 40062c <call_gmon_start>
400571: 48 83 c4 08 add $0x8,%rsp
master_c.O2: file format elf64-x86-64
Disassembly of section .init:
0000000000400568 <_init>:
400568: 48 83 ec 08 sub $0x8,%rsp
40056c: e8 77 01 00 00 callq 4006e8 <call_gmon_start>
400571: 48 83 c4 08 add $0x8,%rsp
master_c.O3: file format elf64-x86-64
Disassembly of section .init:
0000000000400568 <_init>:
400568: 48 83 ec 08 sub $0x8,%rsp
40056c: e8 9f 03 00 00 callq 400910 <call_gmon_start>
400571: 48 83 c4 08 add $0x8,%rsp
master_macro_c.O0: file format elf64-x86-64
Disassembly of section .init:
0000000000400568 <_init>:
400568: 48 83 ec 08 sub $0x8,%rsp
40056c: e8 bb 00 00 00 callq 40062c <call_gmon_start>
400571: 48 83 c4 08 add $0x8,%rsp
master_macro_c.O1: file format elf64-x86-64
Disassembly of section .init:
0000000000400568 <_init>:
400568: 48 83 ec 08 sub $0x8,%rsp
40056c: e8 bb 00 00 00 callq 40062c <call_gmon_start>
400571: 48 83 c4 08 add $0x8,%rsp
master_macro_c.O2: file format elf64-x86-64
Disassembly of section .init:
0000000000400568 <_init>:
400568: 48 83 ec 08 sub $0x8,%rsp
40056c: e8 77 01 00 00 callq 4006e8 <call_gmon_start>
400571: 48 83 c4 08 add $0x8,%rsp
master_macro_c.O3: file format elf64-x86-64
Disassembly of section .init:
0000000000400568 <_init>:
400568: 48 83 ec 08 sub $0x8,%rsp
40056c: e8 9f 03 00 00 callq 400910 <call_gmon_start>
400571: 48 83 c4 08 add $0x8,%rsp
master_fixed_cxx.O0: file format elf64-x86-64
Disassembly of section .init:
0000000000400d30 <_init>:
400d30: 48 83 ec 08 sub $0x8,%rsp
400d34: e8 c3 01 00 00 callq 400efc <call_gmon_start>
400d39: 48 83 c4 08 add $0x8,%rsp