Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

why to use ebp in function prologue/epilogue?

c optimization assembly x86

vectorized strlen getting away with reading unallocated memory

Linux 64 command line parameters in Assembly

What does actual machine code look like at various points? [closed]

How to print exact value of the program counter in C

Relative vs Absolute jmp in Assembly

assembly x86

Mixing C and Assembly files

c++ c gcc assembly x86

gedit syntax highlighting for assembler files (*.asm)

What is the difference, if any, between LONG and FAR jumps in Assembly?

assembly x86

What is the use of defining a Global Descriptor Table?

Getting assembly language programming skills [closed]

assembly

Bit-reverse a byte on 68HC12

High Order Bits - Take them and make a uint64_t into a uint8_t

trying to understand the assembly instruction: cltd on x86

assembly x86 att

Creating a bootable ISO image with custom bootloader

linux assembly nasm osdev dd

from C to assembly

c assembly

Do we need mfence when using xchg

c++ c assembly x86 memory-fences

Are EDX and DX the same register?

assembly x86

Assembly Performance Tuning

What kind of C++ would I have to learn to make my own OS kernel? [closed]