Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Reading the RSP register from Microsoft C++

c++ visual-c++ assembly 64-bit

What is the lea instruction before a method call doing?

c++ visual-c++ assembly

How to view the disassembly in Code::Blocks?

How to get the size of a C function from inside a C program or with inline assembly?

c gcc assembly elf gnu-assembler

gnu arm assembler command line macro fails with "Invalid identifier for .ifdef"

gcc assembly gnu-assembler

Use of TEST instruction with same register

Is it possible to map a process into memory without mapping the kernel?

Assembler file as input for a driver build with the WDK tools

What does %c mean in GCC inline assembly code?

Building an USB peripherial

In assembler, why does the use of registers differ between addition and subtraction?

c assembly x86

Mach-O symbol stubs (IOS)

ios assembly arm mach-o

Why is the compiler generating a push/pop instruction pair?

c assembly x86 sse

How long does each machine language instruction take to execute? [duplicate]

What's going on in Apple LLVM-gcc x86 assembly?

c macos assembly x86 llvm-gcc

How does the BSWAP instruction "speed execution of decimal arithmetic"?

assembly x86 endianness

Is it possible to make decisions in assembly without using `jump` and `goto` at all?

assembly

Displaying characters with DOS or BIOS

assembly x86 dos x86-16 bios

A boot loader in C++

c++ assembly bootloader

How do I get full assembler output in gcc?

gcc assembly opcode