Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Infected compiler, or malfunction?

assembly masm masm32 virus

How do declare a memory range as uncacheable using gcc on x86 platform?

gcc assembly x86 sse

Compile intel assembly with gcc/mingw

gcc assembly

How do I implement an efficient 32 bit DivMod in 64 bit code

delphi assembly x86-64

Is it possible to use both 64 bit and 32 bit instructions in the same executable in 64 bit Linux?

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