Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Why does g++ pull computations into a hot loop?

Why are AND instructions generated?

c# .net assembly

What does bx lr do in ARM assembly language?

assembly arm

Base pointer and stack pointer

Why does Visual Studio use xchg ax,ax

What is the 0x10 in the "leal 0x10(%ebx), %eax" x86 assembly instruction?

assembly x86 instructions

How to: pow(real, real) in x86

x86 assembly pow

x86_64 ASM - maximum bytes for an instruction?

c assembly x86 64-bit x86-64

What functions does gcc add to the linux ELF?

c linux gcc assembly elf

Big differences in GCC code generation when compiling as C++ vs C

c++ c gcc assembly x86-64

x86 LOCK question on multi-core CPUs

Basic use of immediates vs. square brackets in YASM/NASM x86 assembly

What is .cfi and .LFE in assembly code produced by GCC from c++ program?

c++ gcc 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