Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

What are the relative cycle times for the 6 basic arithmetic operations?

How to mask bytes in ARM assembly?

assembly arm

Question about Objective C calling convention and argument passing on ARM

What does equals sign g "=g" in GCC inline assembly mean / do?

c gcc assembly x86

Assembly language for Reverse Engineering [closed]

What is `objc_msgSend_fixup`, exactly?

Decoding Assembly output in C Program

c assembly

What is `and esp,0xfffffff0`?

assembly gdb disassembly

x86_64: is IMUL faster than 2x SHL + 2x ADD?

What is this x86 inline assembly doing?

c assembly x86 inline-assembly

Taking an Assembly Course, Stuck in DOS!

assembly dos masm

Read flag register from C program

c assembly x86 flags

What converts Assembly language to machine code

Is there a really working example which showing the benefits of ILP(Instruction-Level Parallelism) on x86_64?

What happens if there is no exit system call in an assembly program?

How does this program know the exact location where this string is stored?

How linker resolves the symbol in assembly code

c++ c assembly linker

Examining code generated by the Visual Studio C++ compiler, part 1 [duplicate]

c assembly x86

How to set 1 second time delay at assembly language 8086

assembly time delay x86-16

Code highlighting is not working on OllyDbg

debugging assembly ollydbg