Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

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

How to add values?

assembly x86 masm irvine32

Efficient UTF-8 character-length decoding for a non-zero character in a 32 bit register

Why are Square Brackets used in LEA?

Who is responsible for saving calle-saved registers in MIPS?

clflush not flushing the instruction cache

c++ assembly x86 cpu-cache

Advantage of using LEA over MOV for passing parameters in Assembly compiled from C++

Any tool/software in windows for viewing ELF file format? [closed]

Why RBP instead of another register as a frame pointer?

Performance of duplicating vs deduplicating identical conditional code in loops

Trouble Rendering ATARI-2600 Sprite When Negative HMP0 Values Are Applied

getnameinfo -- what's syscall for it in Linux?

unshifted register required - Assembler throws error on the TST instruction

c assembly arm cortex-m thumb

Why do x86 FP compares set CF like unsigned integers, instead of using signed conditions?

assembly x86 sse sse2 x87

How to .set a .globl symbol in GAS?

c assembly gnu-assembler

Why does this assembly implementation of strcmp behave unexpectedly?

c assembly x86 x86-64 strcmp

GNU as recursive/loop macro expected output

C with inline assembly - recursive function that calls within the asm statement

Avoid unnecessary mov ecx, ecx instruction in bzhi(y, tzcnt(x))