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
Why does g++ pull computations into a hot loop?
Oct 31, 2021
c++
gcc
assembly
optimization
compiler-optimization
Why are AND instructions generated?
Sep 01, 2022
c#
.net
assembly
What does bx lr do in ARM assembly language?
Oct 23, 2022
assembly
arm
Base pointer and stack pointer
Aug 29, 2022
assembly
x86
nasm
stack-pointer
Why does Visual Studio use xchg ax,ax
Sep 01, 2022
assembly
code-generation
x86-64
What is the 0x10 in the "leal 0x10(%ebx), %eax" x86 assembly instruction?
Sep 01, 2022
assembly
x86
instructions
How to: pow(real, real) in x86
Sep 12, 2022
x86
assembly
pow
x86_64 ASM - maximum bytes for an instruction?
Aug 18, 2022
c
assembly
x86
64-bit
x86-64
What functions does gcc add to the linux ELF?
Jan 17, 2020
c
linux
gcc
assembly
elf
Big differences in GCC code generation when compiling as C++ vs C
Sep 01, 2022
c++
c
gcc
assembly
x86-64
x86 LOCK question on multi-core CPUs
Apr 20, 2016
assembly
locking
x86
cpu
multicore
Basic use of immediates vs. square brackets in YASM/NASM x86 assembly
Oct 18, 2022
assembly
x86
nasm
memory-address
yasm
What is .cfi and .LFE in assembly code produced by GCC from c++ program?
Sep 01, 2022
c++
gcc
assembly
Difference between "move" and "li" in MIPS assembly language
Sep 01, 2022
c
assembly
mips
Why are loops always compiled into "do...while" style (tail jump)?
Sep 01, 2022
performance
loops
assembly
optimization
micro-optimization
Is right shift undefined behavior if the count is larger than the width of the type?
Sep 05, 2022
c++
gcc
assembly
standards
undefined-behavior
What is the use of "push %ebp; movl %esp, %ebp" generated by GCC for x86?
Sep 01, 2022
gcc
assembly
x86
Difference between: Opcode, byte code, mnemonics, machine code and assembly
Sep 01, 2022
assembly
How to Calculate Jump Target Address and Branch Target Address?
Sep 01, 2022
assembly
mips
machine-code
How to check the EIP value with assembly language? [duplicate]
Aug 18, 2022
assembly
x86
« Newer Entries
Older Entries »