Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

What is the difference between .global and .globl?

assembly x86 gnu-assembler

Unroll loop and do independent sum with vectorization

Converting C program into 32-bit assembly code

c assembly x86

What's a good way to deal with or remember backwards arguments to cmp in the GNU assembler?

assembly x86 gnu gnu-assembler

How do you explain gcc's inline assembly constraints for the IN, OUT instructions of i386?

Any Object-Oriented Flexible Java x86 Disassembler Library?

Removing arguments from stack in i386, ARM assembly

Using FPU and MMX registers as "general registers"

Stack Guard and Stack Smashing Protection - canaries, memory

Is there any way to recompile binaries from x86 to ARM on linux?

linux compilation x86 arm

What code skeleton should I use for Intel 8086 DOS assembly?

assembly x86 dos x86-16

Is there any larger significance to this piece of translated assembly code?

Spinlock with XCHG unlocking

Which Linux kernel function creates the 'process 0'?

c assembly linux-kernel x86 boot

Portable efficient alternative to PDEP without using BMI2?

c# visual studio build exe with target anycpu but that determines its platform(x86/x64) on the calling process platform(x86/x64)

Assembled c++ appears to contain superfluous instructions

Cache-friendly way to collect results from multiple threads