Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

If the only difference between 32bit and 64bit CPUs is their register size then why must 32 bit programs be rewritten for a 64 bit platform?

Flow of Startup code in an embedded system , concept of boot loader?

Referencing the contents of a memory location. (x86 addressing modes)

How to disassemble 16-bit x86 boot sector code in GDB with "x/i $pc"? It gets treated as 32-bit

Understanding the purpose of some assembly statements

c assembly x86 intel

Relative performance of x86 inc vs. add instruction

Assembly Segments in opcodes

How to make the GNU Assembler use a slash / for comments?

Assembly registers in 64-bit architecture

how lisp implemented in assembly language? [closed]

Is a shift instruction faster than an IMUL instruction?

assembly optimization x86

Why is GCC's AVX slower while LLVM's faster?

gcc assembly llvm julia avx

How to get GCC to use more than two SIMD registers when using intrinsics?

gcc assembly x86 sse simd

GNU as .macro directive expansion

assembly macros

Expression templates vs. hand-written code

Why does MSVC use the stack needlessly when returning a small struct in a register?

GCC/x86 inline asm: How do you tell gcc that inline assembly section will modify %esp?

Are BOOST_LIKELY and __builtin_expect still relevant?

gcc assembly boost intel

Triple fault on stack in C code [closed]

gcc assembly x86 stack osdev