mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-12-15 09:09:58 +08:00
23 lines
302 B
NASM
23 lines
302 B
NASM
|
bits 64
|
||
|
|
||
|
rdfsbase eax
|
||
|
rdfsbase rax
|
||
|
rdgsbase eax
|
||
|
rdgsbase rax
|
||
|
rdrand ax
|
||
|
rdrand eax
|
||
|
rdrand rax
|
||
|
wrfsbase eax
|
||
|
wrfsbase rax
|
||
|
wrgsbase eax
|
||
|
wrgsbase rax
|
||
|
|
||
|
osp rdfsbase eax
|
||
|
osp rdfsbase rax
|
||
|
osp rdgsbase eax
|
||
|
osp rdgsbase rax
|
||
|
osp wrfsbase eax
|
||
|
osp wrfsbase rax
|
||
|
osp wrgsbase eax
|
||
|
osp wrgsbase rax
|