Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

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

Why is ROL instruction used?

assembly x86

Getting random number from 6502 assembler

assembly random 6502 c64

Assembly compiled executable using INT 0x80 on Ubuntu on Windows Subsystem for Linux doesn't produce output

Difference between LEA and MOVE.L?

assembly 68000

x86/x64 Add Displacement addressing

assembly x86 64-bit