Update src/doc/unstable-book/src/library-features/asm.md

Co-authored-by: Amanieu d'Antras <amanieu@gmail.com>
This commit is contained in:
Michal Sudwoj 2020-05-23 03:55:34 +02:00 committed by Michal Sudwoj
parent 70cd375c57
commit 83a5cdf0ae

View File

@ -478,7 +478,7 @@ Here is the list of currently supported register classes:
>
> Note #2: On x86-64 the high byte registers (e.g. `ah`) are only available when used as an explicit register. Specifying the `reg_byte` register class for an operand will always allocate a low byte register.
>
> Note #3: On NVPTX, register names are not supported.
> Note #3: NVPTX doesn't have a fixed register set, so named registers are not supported.
Additional register classes may be added in the future based on demand (e.g. MMX, x87, etc).