Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Why does using the ternary operator to return a string generate considerably different code from returning in an equivalent if/else block?

How to generate assembly code with clang in Intel syntax?

c++ assembly x86 clang intel

Why does "noreturn" function return?

Argument order to std::min changes compiler output for floating-point

Is there a way to insert assembly code into C?

c inline-assembly assembly

What does the "lock" instruction mean in x86 assembly?

c++ qt assembly x86

int operators != and == when comparing to zero

Why is this C++ program so incredibly fast?

Which variable size to use (db, dw, dd) with x86 assembly?

variables assembly x86

Why is the loop instruction slow? Couldn't Intel have implemented it efficiently?

How can objdump emit intel syntax

How should I get started on writing device drivers? [closed]

c assembly hardware drivers

What is Intel microcode?

linux assembly intel

"Assembly" vs. "Assembler"

terminology assembly

How do I compile the asm generated by GCC?

Enhanced REP MOVSB for memcpy

Why does adding inline assembly comments cause such radical change in GCC's generated code?

Go isn't linking my assembly: undefined external function

assembly go

What's the purpose of the CIL nop opcode?

assembly bytecode cil

C code loop performance [continued]