Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

How does LLVM avoid generating redundant native code for the `br` IR instruction?

Is it quicker to compare against 0 vs compare against a value?

c assembly arm embedded

Equivalent to asm volatile in Gfortran?

assembly fortran gfortran

Calling assembly function from c leads to segmentation fault

c assembly x86 x86-64

Any preference to SHUFPD or PSHUFD for reversing two packed double in an XMM?

c assembly shuffle sse2

AVX feature detection using SIGILL versus CPU probing

c assembly avx

Initialize array to specific values in assembly (x86)

assembly x86 nasm

Assembly relocation truncated to fit

How to run assembly code. I have it in a text file but I don't know how to run it

assembly

Was there ever 8-bit memory addressing in the original 16-bit x86?

Which sequence of instructions has better performance for zeroing one register or another?

ASM 8086 : How is coding with multiple code segments different from coding with one code segment?

assembly executable x86-16

How to print a char on a specific location in graphics mode using 8086 assembly?

assembly x86-16 dosbox

Can kernel code make things read-only in a way that other kernel code can't undo?

What is .word, .data and .text in assembly?

assembly

When source registers in avx instruction can be reused

Why isn't _main always the first procedure?

c assembly compilation arm