Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

Using OUTB to set cursor position in my minimal OS kernel causes QEMU screen to flicker

c assembly x86 qemu osdev

Complete x86/x64 JIT Assembler for C Language

assembly x86 x86-64 jit

Assembler can't locate existing files

assembly x86 dos tasm dosbox

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