Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

GDB-remote + qemu reports unexpected memory address for static C variable

c x86 gdb qemu osdev

Delphi label and asm weirdness?

Hello World bootloader not working

Help deciphering a few lines of assembly

SP (Stack Pointer) Anti-debug Trick - x86

Whats wrong with my assembly code

c++ assembly x86 dos x86-16

Assembly instruction for setting, clearing OF & TF flags

x86 intel flags masm x86-16

Most compact way to test for a negative number in x86 assembly?

assembly x86

assembly code of the c function

c assembly x86

Alternative to Newlib?

Do the MMX registers always exist in modern processors?

What does this assembly code do? (TEST,XOR,JNZ)

GCC INLINE ASSEMBLY Won't Let Me Overwrite $esp

change instruction set in GCC

There must be a really fast way to calculate this bitwise expression?

packing 10 bit values into a byte stream with SIMD [duplicate]

In NASM labels next to each other in memory are printing both strings instead of first one

assembly x86 label nasm

Comma, colon, decorator or end of line expected after operand

c assembly gcc x86 nasm

Unsigned int to unsigned long long well defined?

Regarding cmp / jg, jle, etc in AT&T syntax assembly

assembly x86 att