Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

I want to create a simple assembler in C. Where should I begin? [duplicate]

c assembly x86 x86-64 low-level

What are the exhaustion characteristics of RDRAND on Ivy Bridge?

assembly x86 x86-64 intel rdrand

How to check if a signed integer is neg or pos?

assembly x86

x64 instruction encoding and the ModRM byte

What's the point of cache coherency?

Simplest way to remove something from the FPU stack

assembly x86 x87

C++ CodeBlocks disassembly; Way too much code?

c++ assembly x86

Half-precision floating-point arithmetic on Intel chips

Why is (or isn't?) SFENCE + LFENCE equivalent to MFENCE?

C to assembly call convention 32bit vs 64bit

c linux assembly x86 x86-64 intel

Not sure why we add the registers %rdx and %rax when the assembly code has been using %eax and %edx

assembly x86

How to negate (change sign) of the floating point elements in a __m128 type variable?

c x86 vectorization sse simd

Drawing a stack frame for x86 assembly

assembly x86

What does x86 mean? [closed]

x86 computer-architecture

Can modern x86 implementations store-forward from more than one prior store?

GCC inline assembler, mixing register sizes (x86)

How can I clear the screen without having to fill it

assembly x86 dos interrupt

Loading x86 or x64 assembly

c# .net x86 64-bit

SSE multiplication 16 x uint8_t

x86 sse simd sse4

Can anyone help me interpret this MSVC debug-mode disassembly from a simple Hello World?