Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in assembly
How does file streaming actually work?
Aug 30, 2022
c++
c
assembly
file-io
fstream
How is Assembly used in the modern day (with C/C++ for example)?
Nov 14, 2022
c++
c
assembly
How does UEFI work?
Apr 04, 2022
assembly
operating-system
bootloader
bios
uefi
Assembly - JZ instruction after CMP
Sep 16, 2022
assembly
What are some tips for optimizing the assembly code generated by a compiler?
Apr 06, 2022
assembly
x86
compiler-construction
How to make a loop in x86 assembly language?
Jun 29, 2017
loops
assembly
x86
Understanding gcc -S output
Sep 16, 2022
gcc
assembly
x86-64
How do objects work in x86 at the assembly level?
Sep 16, 2022
c++
object
assembly
x86
vtable
Calling printf in x86_64 using GNU assembler
Sep 16, 2022
linux
gcc
assembly
x86-64
gnu-assembler
x86 assembler: floating point compare
Sep 16, 2022
x86
floating-point
compare
assembly
gnu-assembler
How can the rep stosb instruction execute faster than the equivalent loop?
Jul 24, 2021
performance
assembly
optimization
x86
micro-optimization
Test whether a register is zero with CMP reg,0 vs OR reg,reg?
Mar 16, 2022
assembly
optimization
x86
micro-optimization
Assembly: Why are we bothering with registers?
Dec 10, 2017
performance
assembly
cpu-architecture
cpu-registers
C Programming: difference between ++i and i=i+1 from an assembler point of view?
Nov 20, 2022
c
compiler-construction
assembly
compilation
compiler-optimization
How did 16-bit C compilers work?
Oct 19, 2022
c
assembly
x86
legacy
16-bit
True random numbers with C++11 and RDRAND
Sep 16, 2022
c++
assembly
c++11
random
rdrand
Understanding cmp instruction
Aug 21, 2022
assembly
x86
comparison
what is fastest x86-64 assembly-language divide algorithm for huge numbers?
May 25, 2022
assembly
x86-64
division
bigint
extended-precision
intel
How to write assembly language hello world program for 64 bit Mac OS X using printf?
Feb 16, 2022
macos
assembly
64-bit
printf
32bit-64bit
Why do compilers insist on using a callee-saved register here?
Sep 15, 2022
c
assembly
gcc
x86-64
register-allocation
« Newer Entries
Older Entries »