Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

How to disable possible stack smashing protection (EIP is not being overwritten, EBP is)

Call printf with x87 float

linux assembly x86 nasm x87

Why does x86 assember allow a negative integer to be put into an unsigned variable?

assembly x86

OPOS library v1.14 is not working as expected with x64 build of .net

saving general purpose registers in switch_to() in linux 2.6

Direct addressing without segment in x86?

How do I configure an ATA hard disk to start generating interrupts?

extended ASCII characters not working in int 10h

c x86 nasm bootloader bios

macro vs equ in nasm

assembly x86 macros nasm

How to use INVLPG on x86-64 architecture?

c assembly x86 x86-64 tlb

how x87 precision affects square roots?

assembly x86 x87

Is the stack aligned to a 4 bytes boundary when my program starts?

Convert 8 16 bit SSE register to 8bit data

x86 intel sse simd

How does the segment:offset addressing scheme work?

Why is my ByteString in BigEndian Format on my x86_64 architecture?

haskell x86 endianness

Is calling `add` on a memory location faster than calling it on a register and then moving the value?

Why syscall doesn't work?