Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

why gcc 4.x default reserve 8 bytes for stack on linux when calling a method?

linux gcc assembly stack

Where do I start with assembly?

assembly

C++/C -assembly level questions

c++ assembly

linking problem: i386:x86-64 architecture of input file *.o is incompatible with i386 output

GCC/g++ cout << vs. printf()

c++ c gcc assembly g++

In the Win64 ABI, can the reserved argument stack space be used for general purpose storage?

How to turn a method to a callback procedure in 64bit Delphi XE2?

delphi 64-bit assembly

How to compile an assembly file to a raw binary (like DOS .com) format with GNU assembler (as)? [duplicate]

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