Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Effectiveness of GCC optmization on bit operations

c optimization assembly x86

Regular Expressions and Assembly

regex assembly mips

which CPUs support MOVBE instruction?

assembly x86 endianness intel

whats the purpose of x86 cr0 WP bit?

Assembly: does xadd instruction need lock?

assembly x86 atomic smp

Tool to Debug Guest OS in Virtual Box

what is the meaning of putting a star before a register?

assembly

CUDA disable L1 cache only for one variable

What is the purpose of segment registers in x86 protected mode?

What does .comm mean?

gcc assembly x86 gnu-assembler

Help with understanding a very basic main() disassembly in GDB

What are .seh_* assembly commands that gcc outputs?

gcc assembly x86-64

Why doesn't gcc resolve _mm256_loadu_pd as single vmovupd?

RISC-V build 32-bit constants with LUI and ADDI

Linux Assembly Debugger

linux debugging assembly

Is there a specification of x86 I/O port assignment?

Why is the Carry Flag set during a subtraction when zero is the minuend?

assembly x86 flags

what is a file handle and where it is useful for a programmer?

file assembly handle

How does the gettimeofday syscall wor‍k?

What is the function of the "mov eax, cr3; mov cr3, eax" in x86 assembly code?

assembly x86