Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

How to simulate pcmpgtq on sse2?

assembly sse simd sse2 sse4

Manual vectorization using AVX vector intrinsics only runs about the same speed as 4 scalar FP adds on Ryzen?

Why do boot loaders relocate in memory?

Does a compiler have an assembler too?

Two basic ANTLR questions

python assembly antlr

Assembly How to convert REP STOS to C code

ARM Cortex A8 Benchmarks: can someone help me make sense of these numbers?

Accessing Assembly language from C++

c++ memory assembly mixed-mode

Low level I/O access using outb and inb

Pure high-bit multiplication in assembly?

c assembly x86

On most modern 64-bit processors, does the speed of `mulq` depend on the operands?

How does one change an instruction with a hex editor?

How to divide disassembled C code to functions?

c windows assembly x86

Unfamiliar syntax for the "imul" instruction in x86 assembly

c assembly x86

Loop through an array MIPS Assembly

how to get the actual address of `func` from `callq func@PLT`

Assembly calls to System unit functions on FreePascal x64

How the offset comes in stack?

c linux assembly disassembly

GDB and opcodes

macos debugging assembly gdb

What does this instruction do ( REP MOVS BYTE PTR ES:[EDI],BYTE PTR DS: )?

assembly x86 instructions