Open main menu

CDOT Wiki β

Changes

Inline Assembly Language

260 bytes added, 12:25, 29 November 2017
Output and Input Operands
:
);
 
===== Using a Specific Register Width on AArch64 =====
 
On AArch64, you may need to access a 32-bit version of a register. To do this with templated register names, you can add the 'w' modifier. For example, if %0 is x22 and you need to access w22, use %w0.
 
==== Constraining an Operand to a Specific Register ====