Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

Understanding the flow of the kernel upon receiving a SIGSEGV for null-dereference

Given return address, how to get the address of the function?

c assembly x86

Extract scalar value from SSE vector

c x86 sse simd

Where _bss_start is define Linux kernel source

Keyboard interrupt handler for own kernel (C)

How modern X86 processors actually compute multiplications?

How can I know how many free bits are there in a pointer?

c pointers x86

What is the difference between defining string as bytes (db) and defining strings as words/double words(dw/dd) in x86

linux assembly x86 nasm

Assembly immediate values

assembly x86

What's the difference between SIMD and SSE?

x86 simd

What calling convention should I use to make things portable?

Is there any reason to use MOVS/CMPS/STOS/SCAS without a repeat prefix?

assembly x86

Linker Script Does Not Skip Bytes As Expected

Does RSQRTSS break the dependency on the destination register?

Write graphics pixels in 16-bit assembly

assembly x86 16-bit vga

How do I ignore line breaks in input using NASM Assembly?

ld MinGW link to standard C library

windows assembly x86 mingw nasm

Why does an `invlpg` instruction not work when I pass a pointer as a memory operand in inline assembly?

c assembly x86 inline-assembly

Why are x86 registers named the way they are?

int 13h 42h doesn't load anything in Bochs

x86 nasm bootloader bios bochs