Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

How to read from and write to files using NASM for x86-64bit

Difference between JS and JL x86 instructions

assembly x86

Why does RV32I include instructions like ADDI and XORI but not BLTI?

Dumping the values of the registers in GCC

gcc assembly x86

MMX Instructions and the x87 FPU Tag Word

assembly x86 fpu x87 mmx

FASM write Hello World to console with NO includes or dependencies at all

Intel JCC Erratum - should JCC really be treated separately?

Fastest way to take the average of two signed integers in x86 assembly?

Why do C compilers still prefer push over mov for saving registers, even when mov appears faster in llvm-mca?

Macros in x86 assembly coding

assembly macros x86

Trying to implement 128 bit add in amd64 with inline assembly with multiple alternative constraints

Role of linker scripts when writing x86 assembly

How does this compiler optimization work?

Cost of instruction jumps in assembly

performance assembly x86

No intrinsics for x86 BMI instructions BLSI & BLSR in Clang?

Why is the pixel not showing when i turn its position into variables ? Assembly 8086 NASM

Is the fall-through side of a conditional branch more efficient? Is it a good idea to make that the error-handling side?

The x86 disassembly for C code generates: orq $0x0, %(rsp)

c assembly gcc x86-64 callstack

How do assembly instruction differentiate between register, memory address, immediate value or offset parameter?

x86 instructions to set parity, overflow, & sign flags

assembly x86 masm32