Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Translation of machinecode into LLVM IR (disassembly / reassembly of X86_64. X86. ARM into LLVM bitcode)

Homoiconic and "unrestricted" self modifying code + Is lisp really self modifying?

Why use LDR over MOV (or vice versa) in ARM assembly?

What do the E and R prefixes stand for in the names of Intel 32-bit and 64-bit registers?

What x86 register denotes source location in movsb instruction?

assembly x86 cpu-registers

What is the latency and throughput of the RDRAND instruction on Ivy Bridge?

assembly intel rdrand

Assembly - .data, .code, and registers...?

assembly low-level masm32

How to check if compiled code uses SSE and AVX instructions?

c++ assembly x86 g++ simd

Intel x86 vs x64 system call

Is performance reduced when executing loops whose uop count is not a multiple of processor width?

How does C code call assembly code (e.g. optimized strlen)?

c unix assembly

C Macro - how to get an integer value into a string literal [duplicate]

x86 assembly abs() implementation?

assembly x86

Why reading a volatile and writing to a field member is not scalable in Java?

java assembly concurrency jvm

In what situation would the AVX2 gather instructions be faster than individually loading the data?

What is meant by data cache and instruction cache?

Why did GCC generate mov %eax,%eax and what does it mean?

gcc assembly x86-64

Analyzing a crash in Windows: what does the error message tell us?

Where can I find system call source code?

What does the Kernel Virtual Memory of each process contain?