Search code examples
Very fast memcpy for image processing?...


cassemblyoptimizationx86memcpy

Read More
What causes the different NaN behavior when compiling `_mm_ucomilt_ss` intrinsic?...


c++assemblygccx86floating-point-comparison

Read More
Why can't my HELLO_WORLD string be loaded from section .data?...


assemblynasmx86-16bootloader

Read More
Why does switch to long mode cause VGA text output to behave strangely?...


assemblyx86-64osdevvga

Read More
Is there a way to check for specific memory locations in assembly to make the snake grow in Snake Ga...


assemblyemu8086

Read More
Nasm 64 Assembly column's even numbers total show on Array...


assemblyx86-64nasm

Read More
assembly vim syntax highlighting...


vimassemblyx86vim-syntax-highlighting

Read More
Why do we use 10,13 in message DB 10,13, 'foo $'?...


assemblynewlinedosx86-16line-endings

Read More
SYSCALL_INLINE in Android...


androidassemblyandroid-ndksystem-callsmultiplatform

Read More
Getting section size with nasm -f bin...


assemblyx86nasm

Read More
FASM write Hello World to console with NO includes or dependencies at all...


windowsassemblyx86-64system-callsfasm

Read More
Assembly `jmp rel8` vs `jmp rel32` performance...


assemblyx86cpu-architecturemicrobenchmark

Read More
How can I change the terminal color in 64-bit Linux when using YASM assembly?...


linuxassemblyx86-64yasm

Read More
8086 Assembly - A simple recursion (number prefix) call-back problem...


recursionassemblyx86-16dosbox

Read More
Best approach to emulating 6502 clock cycles?...


assemblyemulation6502

Read More
How can I fix my Caesar Cipher implementation in assembly language to read multi-digit keys?...


assemblycaesar-ciphermasm32

Read More
GAS x86 16-bit assembler does not resolve addresses...


assemblylinkerx86-16bootloadergnu-assembler

Read More
Assembler can't locate existing files...


assemblyx86dostasmdosbox

Read More
How to view the assembly code generated from my JavaScript (in Chrome)?...


javascriptassemblybrowserv8disassembly

Read More
Assembly handwritten function slower than GCC compiled function...


assemblyx86-64cpu-architecturememory-alignmentmicro-optimization

Read More
Create an arg array for execve on the stack...


assemblyx86-64shellcode

Read More
RISC-V difference between jal and jalr...


assemblyfunction-pointersriscv

Read More
"Assembly" vs. "Assembler"...


assemblyterminologymachine-code

Read More
Reading RISC-V CSR registers using C asm...


assemblygccinline-assemblyriscv

Read More
Midpoint ellipse algorithm in 8086 Assembly...


algorithmassemblygraphicsx86-16

Read More
Why does "acall" instruction does not work in Atmel 89C2051 microcontroller?...


assemblyembeddedmicrocontrollerfirmware8051

Read More
Why does the opcode for MOV from a segment register not have its low bit set? It's not 8-bit ope...


assemblyx86cpu-architecturemovinstruction-encoding

Read More
How to print a multiplication result in EDX:EAX in Assembly...


assemblyx86masmirvine32

Read More
Why does there appear to be an inconsistency with the DOS PSP's unformatted parameter area?...


assemblydos

Read More
Display floating point by printf...


assemblyfloating-pointshared-librariesprintf

Read More
BackNext