Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

How does this asm code setup SEH?

exception assembly x86 masm seh

What's the real meaning of $$ in nasm

assembly nasm segment

error: unexpected token in '.section' directive .section .text

xcode assembly arm

extended inline assembly: same variable for input and output

How does a debugger set breakpoints if the image is in read-only memory?

Double indirection in C++ vtables

Accessing stack frames in assembly language

assembly masm stack-frame

CLI instruction not executed in Linux kernel module

16-bit assembly incompatibility with 64-bit windows 7

Meaning of CS and SS registers on x86-64 Linux in userland?

Meaning of 0x8($rsp)

Why are bgezal & bltzal basic instructions and not pseudo-instructions in MIPS?

How to speed up bit testing

c++ gcc assembly bitset

Why "Procedure Call Standard for the ARM Architecture" (AAPCS) requires SP to be 8-byte aligned?

Why are characters being offset by 0x40 on my Commodore 64 emulator?

assembly 6502 c64

Understanding of vectorization with SSE instructions

C++ function name demangling: What does this name suffix mean?

c++ assembly g++ chromium

Printing "array" from .bss in gdb

arrays assembly gdb nasm

TASM 1.4 - Displaying a particular colored string?

assembly text colors x86-16 tasm

Change GDT and update CS while in long mode

assembly 64-bit x86-64 osdev gdt