Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

When should carry flag be set in assembly language

c assembly arm

accessing array's element in assembly language (windows)

assembly

Looking for a fast polygon rendering algorithm

How to convert a positive number to negative in assembly

assembly x86

call subroutines conditionally in assembly

assembly x86

Why do assembly programs have separate segments?

assembly

Assembly Square Brackets

assembly

Wrong gcc generated assembly ordering, results in performance hit

Near call/jump tables don't always work in a bootloader

sqrt of uint64_t vs. int64_t

MOVZX missing 32 bit register to 64 bit register

Is it possible to decode x86-64 instructions in reverse?

Why does my empty loop run twice as fast if called as a function, on Intel Skylake CPUs?

What does "push ebp" mean in x86 assemby? [duplicate]

assembly x86

Compile C++ to asm in Visual Studio [duplicate]

Assembly language standard

standards assembly

ELF Shared Object in x86-64 Assembly language

Assembly language - Stack machine

assembly x86 masm

x86 Instruction help: MOV [edx], eax

assembly x86 mov

__cdecl, __stdcall and __fastcall are all called the exact same way?