Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Why does this function run so much faster when it makes an extra read of memory?

What unit testing frameworks are available for x86 assembler?

multi-word addition using the carry flag

c visual-c++ gcc assembly x86

Loop with function call faster than an empty loop

c performance assembly x86 fasm

Simple example where [[likely]] and [[unlikely]] affect program assembly?

STL find performs better than hand-crafted loop

How can I write an interpreter for 'eq' for Hack Assembly language?

Is it worth bothering to align AVX-256 memory stores?

How many bytes do RESB, RESW, RESD, RESQ allocate in NASM? [duplicate]

assembly x86 nasm

clang interleaved source and assembly

Legacy BIOS bootloader to bootstrap real-mode code in second stage

What language and tools were originally used to develop Sega MD/Genesis games? [closed]

Why does this code enable me to detect a debugger?

How to compare two vectors using SIMD and get a single boolean result?

assembly x86 sse simd

assembly registers esp and ebp

c library x86/x64 assembler

c assembly x86 64-bit

What are the differences comparing PIE, PIC code and executable on 64-bit x86 platform?

c linux assembly x86 elf

Why might one use the xzr register instead of the literal 0 on ARMv8?

assembly arm armv8

Why is it not possible to push a byte onto a stack on Pentium IA-32?

assembly intel x86

How do I translate assembly to binary?

assembly machine-code