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
x86 Assembly Why use Push/Pop instead of Mov?
Sep 17, 2022
assembly
x86
exploit
shellcode
How does UEFI boot mode boot flows?
Sep 06, 2022
assembly
sequence
boot
bios
uefi
What is a reasonable minimum number of assembly instructions for a small C program including setup?
Oct 31, 2022
c
assembly
compilation
linker
Assembly why is "lea eax, [eax + eax*const]; shl eax, eax, const;" combined faster than "imul eax, eax, const" according to gcc -O2?
May 15, 2022
c
assembly
optimization
x86-64
cpu-architecture
Why is this code being generated by avr-gcc and how does it work?
May 16, 2022
optimization
compiler-construction
assembly
avr
avr-gcc
How to directly access a GPU?
Feb 23, 2019
graphics
assembly
cpu
gpu
How to optimize a cycle?
Aug 10, 2018
c++
optimization
assembly
intrinsics
sse2
How are global variables stored?
Jun 15, 2022
c++
c
assembly
memory
global
Intel 64 and IA-32 | Atomic operations including acquire / release semantic
Aug 03, 2022
assembly
locking
x86
intel
memory-fences
gcc assembly output
Apr 19, 2017
gcc
assembly
nasm
Burst Mode Definition
Jun 19, 2019
assembly
operating-system
computer-architecture
68000
GNU C inline asm "m" constraint with a pointer: address vs. pointed-to value?
Sep 29, 2018
c
assembly
gcc
inline-assembly
Accessing class members from inline assembly in Visual C++
Feb 21, 2022
c++
assembly
inline-assembly
Performance of modern processor
Apr 05, 2022
performance
assembly
x86-64
amd-processor
How does x86 real-mode segments overlap help memory saving?
May 16, 2019
assembly
x86-16
memory-segmentation
Real Mode Assembly: Print Char to Screen without INT Instruction on Boot
Apr 11, 2022
assembly
bootloader
bios
On x86 if [mem] is not 32-bit aligned, can "lock inc [mem]" still work fine?
Mar 26, 2021
multithreading
assembly
x86
multiprocessing
compiled c program memory addresses
Feb 12, 2022
c
memory
gcc
assembly
gdb
Why is the code adding 7 if the number is not >= 0
Jul 15, 2019
assembly
mips
jmp FWORD PTR [eax-0x67]?
Dec 23, 2021
assembly
x86
« Newer Entries
Older Entries »