mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-01-06 16:04:43 +08:00
149231f665
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
22 lines
175 B
NASM
22 lines
175 B
NASM
bits 64
|
|
|
|
mov eax,bar-foo
|
|
|
|
foo:
|
|
add al,r10b
|
|
bar:
|
|
|
|
lldt ax
|
|
lldt r8w
|
|
ltr [rax]
|
|
sldt eax
|
|
sldt r8d
|
|
str eax
|
|
str rax
|
|
str r8d
|
|
str r8
|
|
verr ax
|
|
verr r8w
|
|
verw ax
|
|
verw r8w
|