Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

How can I create a bootable CD image with my kernel?

Using 3Dh causes interrupt to only return "Acces Denied"

assembly x86-16 dos tasm dosbox

What is the correct constant for the exit system call?

gcc assembly x86-64

Do FP and integer division compete for the same throughput resources on x86 CPUs?

A reference for AT&T syntax assembly floating point arithmetic

assembly floating-point x86

Bootloader Strange Behavior

C (or asm): how to execute c code stored in memory (copied from labels)

c memory assembly

x86 Modrm/Sib/Displacement bytes for opcode '89'

assembly x86 disassembly

Processor Architecture for Assembly [duplicate]

assembly

C object file compatibility between computers

Static branch prediction / GCC optimization

How to define an exported symbol's address

c++ c gcc assembly linker

Understand assembly code in c

c assembly clang

Assembly code redundancy in optimized C code

c gcc optimization assembly

Write a simple Bootloader HelloWorld - Error function print string

c++ c gcc assembly bootloader

What does the ljmp instruction do in the linux kernel fork system call?

Parsing Call and Ret with ptrace.

c assembly x86-64 ptrace

Why does ARM say that "A link register supports fast leaf function calls"

Is there any situation where using MOVDQU and MOVUPD is better than MOVUPS?

assembly x86 x86-64 intel sse

Is shufps slower than memory access?

c++ assembly sse simd