Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

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

MIPS - Storing ints In Array From User Input

assembly mips

What is the purpose of the PowerPC instruction `bcctr`?

assembly powerpc

Assembly: why some x86 opcodes are invalid in x64?

What does this x86 assembly instruction do (addsd xmm0, ds:__xmm@41f00000000000000000000000000000[edx*8])?

assembly x86 sse

Which part of this C code is missing or needs to be altered?

c assembly switch-statement

Does each PUSH instruction push a multiple of 8 bytes on x64?

Why doesn't the JVM emit prefetch instructions on Windows x86