Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

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

C++, an "impossible" behavior

c++ assembly

Creating a Hello World library function in assembly and calling it from C#

Cannot write to ARM register R4: feature or bug?

Converting C to nasm assembly

assembly nasm

Why is CMake ignoring assembly files when building static library?

How does the CPU/assembler know the size of the next instruction?

How to tell if a float is SNAN or QNAN

c++ c gcc assembly ieee-754