Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

In x86-64 asm: is there a way of optimising two adjacent 32-bit stores / writes to memory if the source operands are two immediate values?

Keeping your code in L1 cache

Trouble understanding an x86-64 function preamble

Analyzing assembly code

c assembly

How does an assembler work?

How to move two 32 bit registers in to one 64 bit?

assembly x86 move x86-64

foreach vs for: please explain the assembly code difference

c# performance assembly x86

Memory mapped I/O vs Port mapped I/O [closed]

llvm optimizes with library functions

Encoding ADC EAX, ECX - 2 different ways to encode? (arch x86)

assembly x86

Compile error: relocation R_X86_64_PC32 against undefined symbol [duplicate]

What does the exclamation mark mean in the end of an A64 instruction?

Why does ARM use two instructions to mask a value?

c++ gcc assembly arm

Can someone explain this directly assembled x86 JMP opcode?

how do procedure calls work in assembler?

Is it possible to call Windows libraries that will live on the hard disk from a program that lives in the BIOS?

assembly bios

Threaded execution speed of LOCK CMPXCHG

Equivalent of 'int 3' on ARM/iOS processors [duplicate]

iphone debugging assembly

64 bit assembly, when to use smaller size registers

Preserving sreg in AVR interrupts

assembly arduino avr atmel