Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

the use of ASSUME directive in 8086 instruction set

Enable the boot loader to load the second sector of a USB

Are x86 opcodes arbitrary?

assembly x86 machine-code

What does Znwm and ZdlPv mean in assembly?

c++ assembly dynamic dispatch

Get GCC to preserve an SSE register throughout a function that uses inline asm

Is there kind of runtime C++ assembler library around? [closed]

How to use C defines in ARM assembler

c arm gnu assembly limits

What does movl $_start, %eax mean?

assembly x86

Recursive Fibonacci in Assembly

assembly fibonacci

How does longjmp work?

c linux assembly setjmp

Writing assembly code for the .Net platform

c# 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?