Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86-64

CPU Cycle count based profiling in C/C++ Linux x86_64

c profiling x86-64 cpu rdtsc

Layout of structs in Linux/x86-64 syscalls for assembly programmers?

c linux linux-kernel x86 x86-64

Task Switching in 64bit

tss x86-64

Why do we "PUSH EBP" and "MOV EBP, ESP" in the CALLEE in Assembly?

Why alignment is 16 bytes on 64 bit architecture? [duplicate]

c x86-64 memory-alignment

GCC Assembly Optimizations - Why are these equivalent?

Linux default behavior of executable .data section changed between 5.4 and 5.9?

linux assembly x86-64 nasm elf

Disassemble into x86_64 on OSX10.6 (But with _Intel_ Syntax)

macos assembly x86 x86-64

In assembly, how do you deal with C struct?

How cmp assembly instruction sets flags (X86_64 GNU Linux)

assembly x86-64 att

how to set control register 0 (cr0) bits in x86-64 using gcc assembly on linux

Function parameters transferred in registers on 64bit OS?

How to compare a signed value and an unsigned value in x86 assembly

assembly binary x86 x86-64

What's the point of instructions with only the REX prefix in 64bit mode?

Why use RIP-relative addressing in NASM?

what does "mov offset(%rip), %rax" do?

CMPXCHG16B correct?

Build Multiarch OpenSSL on OS X

macos openssl x86-64 i386

How fast is an atomic/interlocked variable compared to a lock, with or without contention? [duplicate]

command to compile c files with .a files

c linux gcc x86-64