Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86-64

Assembler debug of undefined expression

c assembly undefined x86-64

Stack alignment in x64 assembly

How to link compiled object file (hello.o) with ld on Mac OS X?

macos gcc linker x86-64 ld

Why does /proc/iomem only show zeros instead addresses in 64bit linux?

Are word-aligned loads faster than unaligned loads on x64 processors?

c alignment x86-64

What are the 128-bit to 512-bit registers used for?

Get installed software list using C#

Stack eip overflow x86 vs x86_64 easy C code

c assembly x86 stack x86-64

Using GDB to read MSRs

x86 32 bit opcodes that differ in x86-x64 or entirely removed

Why are global variables in x86-64 accessed relative to the instruction pointer?

I don't understand why compiler is giving me error with this code

c linux gcc clang x86-64

Why is this inline assembly not working with a separate asm volatile statement for each instruction?

c linux gcc assembly x86-64

Is mov %esi, %esi a no-op or not on x86-64?

Invalid register eip?

gdb x86-64 disassembly eip

Why is different go-assembler code generated in this case?

go assembly x86-64

Perf startup overhead: Why does a simple static executable which performs MOV + SYS_exit have so many stalled cycles (and instructions)?

Effectiveness of unique_ptr

Building a Control-flow Graph using results from Objdump

Speed up x64 assembler ADD loop