Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Why enable A20 line in Protected Mode?

In assembly, what does `PTR` stand for?

assembly x86

Why do some C compilers set the return value of a function in weird places?

Clang generates strange output when dividing two integers

c++ c assembly x86 clang

Setting up IRQ mapping

assembly x86 kernel osdev irq

Help with optimizing C# function via C and/or Assembly

c# c optimization assembly

Efficient complex arithmetic in x86 assembly for a Mandelbrot loop

Is CIL an assembly language and JIT an assembler

c# .net assembly cil

x86-64 Assembly test - jle

assembly x86 branch intel

GCC Assembly Optimizations - Why are these equivalent?

Linux default behavior of executable .data section changed between 5.4 and 5.9?

linux assembly x86-64 nasm elf

Determine whether memory location is in CPU cache

Disassemble into x86_64 on OSX10.6 (But with _Intel_ Syntax)

macos assembly x86 x86-64

In assembly, how do you deal with C struct?

lea assembly instruction

What is the meaning of lea 0x0(%esi),%esi

assembly disassembly

How cmp assembly instruction sets flags (X86_64 GNU Linux)

assembly x86-64 att

How to install NASM in windows 10?

windows assembly nasm

How to generate godbolt like clean assembly locally?

Is there any way to get correct rounding with the i387 fsqrt instruction?