Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

SegFaults in my Assembler? But that's impossible! :O

Redundant Assembly Instructions?

Windows initial execution context

How does this dissaseble output correlate to the function source? [closed]

c assembly x86

asm code containing %0,what does that mean?

Must IRET be used when returning from an interrupt?

Writing to stderr in x86 assembly

assembly x86

Can I send signals to different threads

c++ c linux gcc x86

Asterisk Pointer in Assembly (I32 / x86) [duplicate]

pointers assembly x86 gdb att

How MTRR registers implemented? [closed]

Add a constant value to a xmm register in x86

assembly x86 sse x87

First OS, a few assembly line explanations

assembly x86 bootloader bios

What does the .align directive do?

x86

How to read the flags registers in x86 processor [duplicate]

assembly x86

Difference betwee vsdo and vsyscall

How do you add CH to EAX in x86 assembly?

assembly x86 cpu-registers

8086 TASM: Illegal Indexing Mode [duplicate]

assembly x86 x86-16 tasm

Cast from float to double produces different results—same code, same compiler, same OS

Bitwise operation on a floating point usefulness

Print string using INT 0x10 in bootsector

assembly x86 fasm