Programming Language
Abap
ActionScript
Assembly
BASIC
C
C#
C++
Clojure
Cobol
CSS
Dart
Delphi
Elixir
Erlang
F#
Fortran
Go
Groovy
Haskell
Html
Java
Javascript
Julia
Kotlin
Lisp
Lua
Matlab
Objective-C
Pascal
Perl
PHP
Prolog
Python
R
Ruby
Rust
Scala
Scheme
Shell/Bash
SQL
Swift
TypeScript
VBA
Framework
AngularJS
Backbone
Bootstrap CSS
Bootstrap Javascript
Bulma
CakePHP
CodeIgniter
Django
Drupal
Ember
Express
Flask
Flutter
Foundation
Ionic
jQuery
Laravel
Materialize
Next.js
Node.js
Nuxt.js
React
Semantic UI
Spring
Symfony
Unity
Vaadin
Vue
Wordpress
Yii
Zend
Categories
Tags
Assembly
New post in Assembly
What functions does gcc add to the linux ELF?
June 7th, 2022
c
elf
assembly
gcc
linux
Base pointer and stack pointer
June 5th, 2022
nasm
stack-pointer
assembly
x86
Why does Visual Studio use xchg ax,ax
June 3rd, 2022
assembly
code-generation
x86-64
x86 LOCK question on multi-core CPUs
June 4th, 2022
cpu
assembly
locking
multicore
x86
Fast divisibility tests (by 2,3,4,5,.., 16)?
August 2nd, 2022
math
c
c++
assembly
bit-manipulation
Difference between MOVDQA and MOVAPS x86 instructions?
June 11th, 2022
simd
x86
assembly
mov
sse
What is the reason function names are prefixed with an underscore by the compiler?
June 7th, 2022
naming
c
function
compilation
assembly
What does ordered / unordered comparison mean?
June 10th, 2022
floating-point
assembly
sse
x86
Efficient 128-bit addition using carry flag
June 6th, 2022
bigint
assembly
carryflag
gcc
c++
Easy to read Golang assembly output?
June 6th, 2022
assembly
go
What's the point of LEA EAX, [EAX]?
March 15th, 2020
x86
instruction-set
c
assembly
Learning to read GCC assembler output
August 6th, 2020
c
gcc
c++
assembly
What was the original reason for the design of AT&T assembly syntax?
June 6th, 2022
x86
intel
att
assembly
Using Assembly Language in C/C++
December 17th, 2020
c
c++
assembly
compiler-optimization
optimization
Why is %eax zeroed before a call to printf?
October 9th, 2020
assembly
macos
calling-convention
x86-64
gcc
What is IACA and how do I use it?
June 6th, 2022
c
performance
iaca
assembly
c++
Do any languages / compilers utilize the x86 ENTER instruction with a nonzero nesting level?
June 6th, 2022
assembly
x86
Does using xor reg, reg give advantage over mov reg, 0?
June 7th, 2022
x86
micro-optimization
assembly
What happens if you use the 32-bit int 0x80 Linux ABI in 64-bit code?
June 19th, 2022
linux
x86-64
system-calls
abi
assembly
Why does "noreturn" function return?
June 14th, 2022
c11
c
assembly
function-call
noreturn
Why is a conditional move not vulnerable for Branch Prediction Failure?
June 23rd, 2022
cpu-architecture
branch-prediction
optimization
assembly
performance
How are everyday machines programmed?
January 18th, 2021
c
assembly
embedded
microcontroller
operating-system
Can num++ be atomic for 'int num'?
July 20th, 2022
assembly
c
c++
atomic
multithreading
What does the hash (#) value associated with the ARM LDR instruction mean?
June 1st, 2022
assembly
arm
View disassembly in XCode 4 (or Xcode 5 or Xcode 6)
May 1st, 2022
xcode4
xcode5
assembly
xcode
Load constant floats into SSE registers
May 20th, 2022
sse
assembly
How do you use printf from Assembly?
May 14th, 2022
x86
include
assembly
What are some tips for optimizing the assembly code generated by a compiler?
May 4th, 2022
compiler-construction
x86
assembly
How can I perform 64-bit division with a 32-bit divide instruction?
May 1st, 2022
integer-division
fixed-point
cpu-architecture
assembly
math
ARM Simulator on Windows
April 23rd, 2022
simulator
arm
assembly
←
1
2
…
24
25
26
27
28
29
30
31
32
→