Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Tips for reading ASM code?

assembly

How to make a cross-platform c++ inline assembly language?

c++ cross-platform assembly

Passing a pointer from C to assembly

Help improving a simple assembly function

assembly x86

Are there any default values for registers?

assembly

would doing arithmetic operation on a pair of signed and unsigned numbers be legal?

Can this be atomically executed?

c assembly arm atomic interrupt

NASM shift operators

NASM x86 16-bit addressing modes [duplicate]

Simple asm program with yasm in MacOS Mountain Lion

macos gcc assembly yasm

Asm CALL instruction - how does it work?

c++ c windows assembly x86

Can't link object file using ld - Mac OS X

c assembly shellcode

Need guidance on understanding basic assembly

linux assembly x86 nasm

Differences between PUSH eax and mov [esp], eax?

assembly x86

Why is there three leal instructions for this IA32 assembly code?

c assembly x86 intel

ARM LDR instruction on PC register

6502 assembler random number problems

assembly 6502

Convert a floating point to an integer with truncation instead of rounding using the x87 FPU

assembly nasm x87

Can I do `ret` instruction from code at _start in MacOS? Linux?

NASM assembler - How to make sure the function label isn't executed one extra time?

assembly x86