Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

How do you determine 32 or 64 bit architecture of Windows using Java?

java windows x86 64-bit

Why is x86 little endian?

Why GCC compiled C program needs .eh_frame section?

Do any languages / compilers utilize the x86 ENTER instruction with a nonzero nesting level?

assembly x86

GCC's assembly output of an empty program on x86, win32

Difference between x86, x32, and x64 architectures?

What is register %eiz?

LEA or ADD instruction?

assembly x86

Does using xor reg, reg give advantage over mov reg, 0? [duplicate]

Assembly - JG/JNLE/JL/JNGE after CMP

assembly x86 eflags

Compile/run assembler in Linux?

linux ubuntu x86 assembly

Specifying multiple files with LD_PRELOAD

c linux dynamic x86

What does it mean to align the stack?

How many CPU cycles are needed for each assembly instruction?

When are x86 LFENCE, SFENCE and MFENCE instructions required?

How to disassemble, modify and then reassemble a Linux executable?

linux x86 disassembly objdump

What are the names of the new X86_64 processors registers?

Why does leave do "mov esp,ebp" in x86 assembly?

assembly x86

Efficient integer compare function

c assembly x86 inline-assembly

How Do You Make An Assembler? [closed]

x86 assembly