Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86-64

Compiling OpenMP code to C code

c linux gcc openmp x86-64

Problem switching to v8086 mode from 32-bit protected mode by setting EFLAGS.VM to 1

assembly x86 nasm x86-64 osdev

How to interpret segment register accesses on x86-64?

linux assembly x86 x86-64

Calling convention on x64 [duplicate]

Assembly x86 brk() call use

Shadow space example

In x86-64 asm: is there a way of optimising two adjacent 32-bit stores / writes to memory if the source operands are two immediate values?

Trouble understanding an x86-64 function preamble

Problem of loading mod_wsgi module into apache on Windows 64-bit

How to move two 32 bit registers in to one 64 bit?

assembly x86 move x86-64

Is it safe to assume errno to be always positive?

c x86-64 errno suse

Compile error: relocation R_X86_64_PC32 against undefined symbol [duplicate]

difference between i386:x64-32 vs i386 vs i386:x86_64

linux x86 x86-64

What EXACTLY is the difference between intel's and amd's ISA, if any?

What is the "C++ ABI Specification" referred to in GCC's manual?

64 bit assembly, when to use smaller size registers

task gate, interrupt gate, call gate

linux-kernel x86 x86-64

Assembly: why some x86 opcodes are invalid in x64?

Does each PUSH instruction push a multiple of 8 bytes on x64?

What's the difference between "statically linked" and "not a dynamic executable" from Linux ldd?