Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

How much does function alignment actually matter on modern processors?

Why does Math.Exp give different results between 32-bit and 64-bit, with same input, same hardware

c# .net math 32bit-64bit x86-64

ASM call conventions

How can I create a parallel stack and run a coroutine on it?

32-bit pointers with the x86-64 ISA: why not?

Why doesn't time() from time.h have a syscall to sys_time?

linux gcc assembly x86-64 glibc

Is it possible to know the address of a cache miss?

caching x86-64 processor

How to convert 32-bit compiled binary to 64-bit [closed]

How can I write a "Hello World" app in assembly language? [duplicate]

assembly x86 x86-64

Load from a 64-bit address into other register than rax

assembly x86-64

Vectorizing Modular Arithmetic

c assembly x86-64 sse intrinsics

x86_64 Linux syscall arguments

Can x86 reorder a narrow store with a wider load that fully contains it?