Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

imul assembly instruction - one operand?

assembly x86 multiplication

Compiling 32 bit Assembler on 64 bit ubuntu [duplicate]

JMP instruction - Hex code

In C, accessing my array index is faster or accessing by pointer is faster?

c optimization assembly

Understand the assembly code generated by a simple C program

CPU TSC fetch operation especially in multicore-multi-processor environment

How to make an executable ELF file in Linux using a hex editor?

linux assembly elf

SFINAE on 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]