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
Assembly function address table and data under the function or in data section
Sep 19, 2025
assembly
x86
x86-64
micro-optimization
static-data
Why is it that assembling/linking in one step loses debug info for my assembly source?
Sep 19, 2025
macos
assembly
clang
x86-64
debug-information
Fastest way to set a single memory cell to zero or a constant in x86 assembly?
Sep 19, 2025
assembly
x86
x86-64
zero
micro-optimization
Why do we use sub esp, 4 instead of push a register in assembly?
Sep 18, 2025
assembly
optimization
x86
stack
cpu-registers
Multiply float in Assembly
Sep 17, 2025
assembly
x86
Why did the compiler put an instruction after the MIPS "j" instruction that returns from a function?
Sep 19, 2025
assembly
mips
Creating a directory in linux assembly language
Sep 18, 2025
c
linux
assembly
directory
How equ $ - instruction get the length of a string in nasm syntax?
Sep 18, 2025
assembly
nasm
What does it mean to "Long call" a function in MIPS
Sep 17, 2025
assembly
mips
AVX-512 Instruction Encoding - {er} Meaning
Sep 18, 2025
assembly
x86
avx
avx512
MIPS pipeline stages - what happens when an instruction doesn't need a stage, like MEM for ALU instructions?
Sep 18, 2025
assembly
mips
pipeline
cpu-architecture
Uncertain about some instructions in disassembly of data section
Sep 18, 2025
c
assembly
gnu-assembler
How to read Assembly Opcode Reference?
Sep 18, 2025
assembly
x86
machine-code
opcode
instruction-encoding
How to tell the GNU assembler to warn when using undefined labels?
Sep 16, 2025
assembly
x86
bootloader
gnu-assembler
osdev
Does the flag register need to be saved when an interrupt occurs, or a process scheduling happens?
Sep 16, 2025
linux
assembly
linux-kernel
x86
What is the difference between assembly language of x86 and x64 architecture?
Sep 17, 2025
assembly
x86
x86-64
Is it possible to make writeable variables in .text segment using DB directive in NASM?
Sep 17, 2025
windows
assembly
x86
nasm
How to perform right shift in Y86-64 (or other toy ISAs with ADD + AND but no native right shift)
Sep 18, 2025
assembly
bit-manipulation
bit-shift
y86
How to prepare stack pointer for bare metal Rust?
Sep 17, 2025
assembly
rust
x86
bootloader
stack-pointer
How are instruction sets standardized?
Sep 17, 2025
assembly
x86-64
instruction-set
Older Entries »