Changes

Jump to: navigation, search

Inline Assembly Language

1 byte added, 21:49, 2 October 2019
Constraining an Operand to a Specific Register
==== Constraining an Operand to a Specific Register ====
It is sometimes useful to constrain an operand to a particular register to avoid having to perform moves within the asm code (for example, if an operand will be used as the input to a function call or [[Syscalls|syscall]]).
===== Register Constraints using Explicit Register Variables =====

Navigation menu