Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Assembly difference between TASM and MASM

assembly masm tasm

NASM changes JNZ to JNE while assembling? Why?

assembly x86 nasm disassembly

Instruction references undefined error in MIPS/QTSPIM

assembly mips qtspim

Why does gcc pass char type in 8 byte format to function assembly

c gcc assembly x86-64

Why is the "start small" algorithm for branch displacement not optimal?

What is the reason for having read-only data defined in .text section?

c++ assembly

What is the meaning/use of the MOVZX, CDQE instructions in this code output by a C compiler?

assembly x86 64-bit x86-64

How do Operating Systems prevent programs from accessing memory?

64-bit Equivalent to BSWAP in X86 Image Handling Routine

delphi assembly x86-64

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