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
what does compiler do with a[i] which a is array? And what if a is a pointer?
Mar 17, 2018
c++
c
arrays
pointers
assembly
Atomic operations and code generation for gcc
May 16, 2017
c
gcc
assembly
code-generation
atomic
GDB TUI: Scroll assembly view above current instruction?
Sep 21, 2022
assembly
gdb
How to generate assembly code with gcc that can be compiled with nasm [duplicate]
Sep 21, 2022
gcc
assembly
nasm
How does MSVC optimize static variable usage?
Apr 11, 2022
c++
assembly
visual-c++
optimization
static
x86 assembly programming loops with ecx and loop instruction versus jmp + j<condition>
Sep 21, 2022
loops
assembly
x86
What do ds:si and es:di mean in assembly?
Jul 17, 2019
assembly
x86-16
cpu-registers
addressing-mode
memory-segmentation
What's the point of the VPERMILPS instruction (_mm_permute_ps)?
Sep 17, 2021
assembly
x86
avx
instruction-set
where can I find a description of *all* MIPS instructions
Sep 21, 2022
assembly
mips
instruction-set
mips32
What is Compare And Swap good for?
Sep 25, 2022
c#
c
assembly
thread-safety
compare-and-swap
mov eax, large fs:30h
Feb 16, 2020
debugging
assembly
x86
ida
mov
Why do we use .globl main in MIPS assembly language?
Sep 21, 2022
assembly
mips
spim
SIMD instructions for floating point equality comparison (with NaN == NaN)
Dec 24, 2019
assembly
floating-point
x86
x86-64
simd
intel
Clean x86_64 assembly output with gcc? [duplicate]
May 27, 2018
gcc
assembly
x86-64
What does 0x0(r15) mean?
Sep 21, 2022
assembly
Does [ebp*2] reference DS or SS segment?
Sep 21, 2022
assembly
x86
nasm
instructions
opcode
Debugging bootloader with gdb in qemu
Aug 23, 2022
debugging
assembly
gdb
bootloader
qemu
Does modern PC video hardware support VGA text mode in HW, or does the BIOS emulate it (with System Management Mode)?
Sep 27, 2022
performance
assembly
x86-16
bios
vga
Why is movl preferred to movb when translating a C downcast from unsigned int to unsigned char?
Feb 01, 2022
c
assembly
gcc
x86
micro-optimization
Linux asm("int $0x0") vs division by zero
Feb 26, 2021
c
linux
assembly
x86
« Newer Entries
Older Entries »