Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

How to generate godbolt like clean assembly locally?

Is there any way to get correct rounding with the i387 fsqrt instruction?

gdb + nasm debug info not being created

debugging assembly gdb nasm

Free the x87 FPU Stack (ia32)

Unsupported x86-64 instruction set error when compiling C file

c gcc assembly

How does a graphics driver programmatically communicate from CPU to GPU?

c++ c assembly gpu cpu

Why is GNU as syntax different between x86 and ARM?

assembly arm gnu-assembler att

Is there a way to flush the entire CPU cache related to a program?

Difference between `bx` and `bp`?

assembly masm masm32

thread local storage in assembly

c gcc assembly

Function parameters transferred in registers on 64bit OS?

How to compare a signed value and an unsigned value in x86 assembly

assembly binary x86 x86-64

What's the point of instructions with only the REX prefix in 64bit mode?

Why use RIP-relative addressing in NASM?

How is return address specified in stack?

Writing a VM - well formed bytecode?

How to perform rotate shift in C [duplicate]

c assembly

Reading from a file in assembly

linux file assembly buffer nasm

what does "mov offset(%rip), %rax" do?

Horizontal XOR in AVX

c++ assembly x86 simd avx