Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in inline-assembly

Why can't I get the value of asm registers in C?

how to set control register 0 (cr0) bits in x86-64 using gcc assembly on linux

CMPXCHG16B correct?

Why does GCC inline assembler require clobbering information, but MSVC doesn't

Programmatically cause Undefined Instruction exception

propagate carry bit between two ASM GCC inline block

How do I specify immediate floating point numbers with inline assembly?

``continue`` breaks label placement

Linux kernel assembly and logic

What's an example of a simple C function which is faster implemented in inline assembly?

assembly inline-assembly

How to represent hex value such as FFFFFFBB in x86 assembly programming?

Compare and swap in C++

How do I get GCC to put a char in ah/bh/ch/dh?

Adding two numbers

gcc x86 inline-assembly

Defining Bytes in GCC Inline Assembly in Dev-C++(.ascii in AT&T syntax on Windows)

GetThreadID in assembly

Concrete example of incorrect behavior of an early-clobber affecting a memory operand's addressing mode in GCC inline asm?

Linux assembler error "impossible constraint in ‘asm’"

What is a clobber?

Is it possible to access 32-bit registers in C?