Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

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

How can eax store return value of which size is bigger than 4 bytes?

Getting function arguments using kprobes

Why does iret from a page fault handler generate interrupt 13 (general protection fault) and error code 0x18?

assembly x86 kernel