Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86-64

Why can I access lower dword/word/byte in a register but not higher?

How is the x64 architecture different from x86

c++ x86 64-bit x86-64

How to check if a register is zero in x86_64 assembly [duplicate]

assembly x86-64

Is it possible to execute 32-bit code in 64-bit process by doing mode-switching?

linux jvm 32bit-64bit x86-64

Implementing thread-local storage in custom libc

x86_64 - opcode map. Possible mistake?

x86-64 opcode

How to decrease the time spent on one instruction?

c optimization x86-64 perf

Difference b/w llvm-ld and llvm-link

c linux llvm clang x86-64

Scipy - Sparse Library ImportError: DLL load failed: %1 is not a valid Win32 application

Why is protected mode needed in addition to compatibility mode in Intel x86 64 bit CPUs?

x86 cpu x86-64 protected-mode

How syscall knows where to jump? [closed]

Avoiding page faults in IDT hooking

c linux assembly x86-64 freebsd

Precompiled headers and compiling universal objects on OSX

Linux 3.0 x86_64: When is SIGSTKFLT raised?

c linux signals gnu x86-64

missing required architecture x86_64

how are barriers/fences and acquire, release semantics implemented microarchitecturally?