Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

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

An i386/x64 pop FS/GS instruction supports a variant where it increments the SP by 32 bits or 64 bits in stead of 16 bits. What is it used for?

assembly x86 x86-64 i386

Is the i386 instruction "div ah" pointless?

assembly x86 i386

How to jump to / call arbitrary memory in Rust

assembly rust x86 jit

x86 emulator for training embedded development

Assembly, hello world question

run an assembly code on ubuntu

linux assembly ubuntu nasm

Java: new instance from bytecode

How can I tell whether a binary is compiled with frame pointers or not on Linux?

linux assembly

What instruction set is used by Tilera microprocessors?

Why would gcc movl to the same register?

assembly