Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

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))

What calling convention should I use to make things portable?

Relation of endianness to assembly conversion of size in C

c assembly x86-64 endianness

Is there any reason to use MOVS/CMPS/STOS/SCAS without a repeat prefix?

assembly x86

Linker Script Does Not Skip Bytes As Expected

What is the meaning of "ENT1 *" in TAOCP MIX assembly language?

assembly knuth taocp