Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Difference between "move" and "li" in MIPS assembly language

c assembly mips

Why are loops always compiled into "do...while" style (tail jump)?

Is right shift undefined behavior if the count is larger than the width of the type?

What is the use of "push %ebp; movl %esp, %ebp" generated by GCC for x86?

gcc assembly x86

Difference between: Opcode, byte code, mnemonics, machine code and assembly

assembly

How to Calculate Jump Target Address and Branch Target Address?

assembly mips machine-code

How to check the EIP value with assembly language? [duplicate]

assembly x86

Fast divisibility tests (by 2,3,4,5,.., 16)?

Significant FMA performance anomaly experienced in the Intel Broadwell processor

Segmentation fault when popping x86 stack

Can modern x86 hardware not store a single byte to memory?

gdb with assembler: Print status of carry flag

gdb assembly carryflag

Very fast memcpy for image processing?

what is the meaning of align an the start of a section?

Easy to read Golang assembly output?

assembly go

Manual Assembly vs GCC

c gcc assembly

Include of iostream leads to different binary

c++ assembly iostream

MIPS assembly language - temporary register vs saved registers

assembly mips

Why does GCC move variables to a temporary location before assigning them?

c assembly x86 decompiling

Assembly x86 - "leave" Instruction

c assembly