Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Assembly programming - WinAsm vs Visual Studio 2017

What happens when you disable interrupts, and what do you do with interrupts you don't know how to handle?

Why does the latency of the sqrtsd instruction change based on the input? Intel processors

Compiler (G++) seems to allocate more memory for instances of classes than it needs

c++ gcc assembly compilation x86

Page number in BIOS interrupts

assembly x86 bootloader bios

How to read a NASM Assembly program .lst listing file

assembly x86 nasm listings

Stack in assembly vs stack in c?

c assembly

How does the cache coherency protocol enforce atomicity?

What's the purpose of stack pointer alignment in the prologue of main()

c assembly x86 gdb

x86-32 / x86-64 polyglot machine-code fragment that detects 64bit mode at run-time?

assembly x86

Symbol name conflicts with new register names in new NASM versions?

Why flush the pipeline for Memory Order Violation caused by other logical processors?

How CPUs implement Instructions like MUL/MULT?

How does compiler lay out code in memory

ARM assembly "retne" instruction

In x86, why do I have the same instruction two times, with reversed operands?

c linux gcc assembly x86-64

Assembler debug of undefined expression

c assembly undefined x86-64

x86 instruction encoding tables

How can I detect the number of cores in x86 assembly?

X86 Assembly Instruction Pointer Addressing

c assembly x86