You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/inline-assembly.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -184,7 +184,7 @@ Here is the list of currently supported register classes:
184
184
>
185
185
> - On x86-64 the high byte registers (e.g. `ah`) are not available in the `reg_byte` register class.
186
186
>
187
-
> - Some register classes are marked as "Only clobbers" which means that they cannot be used for inputs or outputs, only clobbers of the form `out(<register class>) _` or `lateout(<register class>) _`.
187
+
> - Some register classes are marked as "Only clobbers" which means that registers in these classes cannot be used for inputs or outputs, only clobbers of the form `out(<explicit register>) _` or `lateout(<explicit register>) _`.
188
188
189
189
Each register class has constraints on which value types they can be used with.
190
190
This is necessary because the way a value is loaded into a register depends on its type.
0 commit comments