Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

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

What are the relative cycle times for the 6 basic arithmetic operations?

How to mask bytes in ARM assembly?

assembly arm

Question about Objective C calling convention and argument passing on ARM

What does equals sign g "=g" in GCC inline assembly mean / do?

c gcc assembly x86