Search code examples
Forcing a function to be optimized on clang or prologueless non-naked C functions - paste together b...


cclangx86-64inline-assemblyfunction-attributes

Read More
Moving data into __uint24 with assembly...


cassemblyavrinline-assemblyavr-gcc

Read More
Accessing ring 0 mode from user applications ( and why Borland allows this )...


c++assemblyx86inline-assemblyborland-c++

Read More
Inline asm with input/output operands to update a pointer and update what it pointed to...


cgccinline-assemblyvolatileriscv

Read More
Counting number of non-leading 0 in binary representation of given integer with a loop using add / j...


cassemblyx86bit-manipulationinline-assembly

Read More
How to convert old x87 assembly code to extended asm (with "=u" and "=t" constra...


c++assemblyinline-assemblycartesianx87

Read More
asm error "inconsistent operand constraints in an 'asm'"...


c++assemblygccavrinline-assembly

Read More
Cortex M4 SVC code appears to always pass in 255 for the SVC number...


assemblyarminterruptinline-assemblycortex-m

Read More
GNU inline asm: which registers get clobbered by __stdcall?...


c++gccx86inline-assemblystdcall

Read More
Cortex-A9 , Arm Compiler 5 (DS built int) , Read CNTFRQ register...


arminline-assemblycortex-a

Read More
GCC doesn't optimize inline assembly "=g" outputs to be memory operands when you use a...


cassemblygccx86inline-assembly

Read More
Using inline assembly with serialization instructions...


c++gccx86inline-assemblycpuid

Read More
Inserting inline assembly code into C function - I/O questions...


carminline-assemblycortex-mbare-metal

Read More
Aligning label values in dead code with gcc/clang...


cclangcompiler-optimizationinline-assemblymemory-alignment

Read More
How to disable inline assembly in GCC?...


c++cgccg++inline-assembly

Read More
What is the difference between 'asm', '__asm' and '__asm__'?...


cgccassemblyvisual-c++inline-assembly

Read More
How to let GCC know that the Direction Flag DF in the EFLAGS register has changed in inline asm?...


cgccx86inline-assemblyabi

Read More
Translating RCL assembly into C/C++...


c++assemblyx86reverse-engineeringinline-assembly

Read More
Using GCC inline assembly with instructions that take immediate values...


cgccassemblyarminline-assembly

Read More
C Assembly : Return value from %eax beyond jump instruction error: expected ‘)’ before ‘:’ token...


cassemblyx86inline-assembly

Read More
How do I use a constant in Rust's inline assembly macro?...


rustinline-assemblyarm64

Read More
Vector registers in rust inline asm: Cannot use value of type `Simd<i64, 8>` for inline assemb...


assemblyrustinline-assembly

Read More
Why do I get a strangely long opcode when attempting a RIP-relative direct jump with `*...(%rip)` in...


assemblyx86-64inline-assemblyattgnu-assembler

Read More
How can I call a rust function in rust inline asm module...


assemblyrustinline-assembly

Read More
Is there a way to use NASM syntax for inline assembly?...


rustnasminline-assemblygnu-assembler

Read More
Is there exist "_emit" or equivalent in Rust inline assembly?...


assemblyrustinline-assembly

Read More
What is the GCC documentation and example saying about inline asm and not using early clobbers so a ...


gccinline-assembly

Read More
Trying to implement 128 bit add in amd64 with inline assembly with multiple alternative constraints...


assemblygccx86-64inline-assembly

Read More
How to translate assembly code typed by {} into ()...


c++assemblyinline-assembly

Read More
How to slice bytes memory in solidity?...


soliditysmartcontractsinline-assembly

Read More
BackNext