Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

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

Intel x86 Opcode Reference?

assembly x86 intel opcode

Is x86-64 machine language big endian?

Is there anything special about -1 (0xFFFFFFFF) regarding ADC?

c++ gcc assembly x86 bigint