Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Is there a way to get the list of all BIOS interrupts present on the current system programmatically?

assembly x86 bios real-mode

Assembler warning with gcc warning when placing data in .text

c gcc assembly

Why does my data section appear twice in the compiled binary? Ubuntu, x86, nasm, gdb, reaelf

assembly x86 gdb nasm shellcode

how can we find that this processor supports how much memory?

Why does this 'hello world' x86 bootloader code written for NASM work without the [BITS 16] and [ORG 0x7C00] directives?

x86 nasm assembly bootloader

I'm learning x86 assembly on OS X 10.6, how do I compile?

assembly x86

Why is FLD1 loading NaN instead?

Understanding Assembly

sorting assembly

Printing Hexadecimal Digits with Assembly [duplicate]

assembly x86 nasm masm

Returning a pair of items from a function

c assembly

x86 way to tell instruction from data

c assembly x86

Why are the cpu-registers in OllyDbg not sorted alphabetically?

Comparing quadwords in xmm

assembly x86 nasm sse

What is the purpose of a movss instruction with [this] as destination?

Apple LLVM 3.0 compiler automatic cast from float to double

Live editing code with gdb

assembly gdb

Assembly return address

assembly x86

Linux X86-64 assembly and printf

ASM to C - Can someone explain me what structure this is?

c assembly structure

Tiny SSE addpd loop slightly slower than scalar on AMD Phenom II?

c++ c gcc assembly sse