Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Drain the instruction pipeline of Intel Core 2 Duo?

How to run assembly in gdb directly?

assembly gdb

what is the order of source operands in AT&T syntax compared to Intel syntax?

gcc assembly x86 att

Memory addressing with GNU Assember Intel Syntax

64-bit windows assembler

EBP, ESP and stack frame in assembly

Why can't MOV have both operands as memory locations? [closed]

assembly x86-16

How to protect a global variable shared by isr and regular function?

c assembly arm mutex semaphore

Can the IN (as well as INS, INSB, etc.) instruction block in x86 assembly?

assembly x86

Why does Delphi insert nop's in the middle of nowhere?

delphi assembly delphi-xe2

Fastest way to compare one byte array with many others?

c algorithm assembly x86-64 sse

What is the difference between MASM.exe and ml.exe?

windows assembly masm

Meaning of "ds:" in assembly language

assembly x86 intel

How does this 128 bit integer multiplication work in assembly (x86-64)?

c assembly x86-64 128-bit

May there be any penalties when using 64/32-bit registers in Long mode?

How can linux boot code be written in C?

Using OR r/m32, imm32 in NASM

assembly x86 intel amd

Counting 1 bits (population count) on large data using AVX-512 or AVX-2

Fastest polling loop - how can I trim 1 CPU cycle?

Executing the assembly generated by Numba

python assembly linker numba