Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

How can I write a QuadWord from AVX512 register zmm26 to the rax register?

assembly x86 intel avx512

Where are the null-terminated strings when converting from C to assembly?

c linux gcc x86

How to specify clobbered bottom of the x87 FPU stack with extended gcc assembly?

c gcc assembly x86 x87

.rodata section loaded in executable page

linux x86 paging elf

Why can't I mmap(MAP_FIXED) the highest virtual page in a 32-bit Linux process on a 64-bit kernel?

How to use omp parallel for and omp simd together?

how are barriers/fences and acquire, release semantics implemented microarchitecturally?

Estimating of interrupt latency on the x86 CPUs

Aspnet_regiis in Framework64 folder for a 32 bit web app

iis x86 aspnet-regiis.exe

How do I write all of this in assembly

c linux gcc assembly x86

How to tell gcc to stop using built-in functions?

c linux gcc x86 glibc intel

Which registers are safe to use in a function (x86)

assembly x86 abi

Floating Point Exception when dividing in x86 nasm

linux assembly x86 nasm

Use ld on 64-bit platform to generate 32-bit executable

assembly x86 x86-64 ld

Division of two numbers in NASM [duplicate]

Does a series of x86 call/ret instructions form a dependent chain?

performance assembly x86

Provide an example of querying Intel CPU capabilities using Rust's inline assembly

intel machine code to assembly code question

assembly x86 format intel opcode

Calling assembly in GCC?

Custom bootloader issues