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 eflags
Does it cost significant resources for a modern CPU to keep flags updated?
May 22, 2022
performance
assembly
cpu-architecture
micro-optimization
eflags
simulate jg instruction(datalab's isGreater)
Aug 21, 2022
c
assembly
instructions
eflags
x86 sbb with same register as first and second operand
Jul 14, 2022
assembly
x86
cpu-registers
carryflag
eflags
When are the carry flags set by x86 negation (NEG) / subtraction (SUB)?
Aug 30, 2022
assembly
x86
carryflag
eflags
How can I set or clear overflow flag in x86 assembly?
Jul 10, 2018
assembly
x86
eflags
x86 register flag abbreviations
Jun 04, 2022
assembly
x86
masm
eflags
x86 reserved EFLAGS bit 1 == 0: how can this happen?
Sep 06, 2021
multithreading
winapi
state
eflags
x86
Why does cmp 0x84,0x30 trigger the overflow flag?
Nov 14, 2022
assembly
x86
eflags
signed-overflow
check if carry flag is set
Nov 07, 2022
c
gcc
x86
carryflag
eflags
What is the purpose of the Parity Flag on a CPU?
Sep 06, 2022
assembly
cpu-architecture
parity
eflags
Carry Flag, Auxiliary Flag and Overflow Flag in Assembly
Sep 05, 2022
assembly
x86
overflow
eflags
Assembly - JG/JNLE/JL/JNGE after CMP
Aug 27, 2022
assembly
x86
eflags