Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in inline-assembly

When can I safely use the "=r" register operand constraint?

gcc inline-assembly

How do I call the write syscall using inline assembler in GCC under MacOS X?

gcc inline assembler implicit function declaration on Powerpc arch

Inline assembly code and storing 128-bit result

c gcc inline-assembly

Combining ASM with non-asm code (or SwapInt64 ASM function needed)

Why is gcc not writing to memory correctly when I use __asm__

Can protection mode be turned off with inline assembly?

Inline assembly issue with LLVM 4.0

Purpose of '*&x' in inline assembly?

c gcc inline-assembly

Why is this simple c program with gcc (clang) inline assembly exhibiting undefined behaviour?

gcc inline asm input and output parameters for arrays?

c arrays gcc inline-assembly

How to access stack base pointer (rbp) using inline assembly?

C++ mid-function hook: get register values and jump back [x86 assembly on windows]

Segfault simulating #embed on GCC 14 with .incbin into .rodata and defining a global span<>

Inline asm in iOS error

ios inline-assembly

value size does not match register size specified by the constraint and modifier

How to force GCC to use jmp instruction instead of ret?

floating point numbers in ASM