Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

How do I disassemble raw MIPS code?

linux assembly mips objdump

Assembly security

security assembly

What does DUnit2's CallerAddr function do, and how do I convert it to 64 bits?

delphi assembly 32bit-64bit

What would happen if the CS segment register is changed? (And how would you do so?)

GDB: Assembly instruction calculation

c assembly gdb

Linux kernel header.S source, why _end+3 needed when zeroing BSS?

What is a NULL in hexadecimal

assembly powerpc

Using Autotools for a project with platform specific source code

How to use align-data-move SSE in Delphi XE3?

delphi assembly sse basm

Why does an assembly program only work when linked with crt1.o crti.o and crtn.o?

assembly linker x86 32-bit

what does label: .word label mean in ARM Assembly

assembly arm

Assembly Bootloader Not Jumping to Kernel

C function syntax

assembly glibc

SIMD minmag and maxmag

Why can't I use compiler intrinsics in an asm block?

delphi assembly

Inline assembly in C code using TI code composer studio (for ARM)

assembly arm code-composer

Why ARM gcc push register r3 and lr into stack at the beginning of a function?

c gcc assembly arm

x86 instruction encoding how to choose opcode

What are the consequences of changing a symbol from .globl to .weak?

Transition from real to protected mode in the Linux kernel