Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

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?

Nasm Error: invalid combination of opcode and operands

What does the ".align" x86 Assembler directive do exactly?

How do I write a bin file (512 bytes) to the first sector (sector 0) of a floppy disk?

MOV vs MOV.B assembly language instruction

assembly