nasm/test/movdir64b.asm
H. Peter Anvin b6407947a0 test: add some new simple tests
Some simple tests used during debugging; no reason not to keep them
around.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
2024-08-11 21:35:58 -07:00

3 lines
53 B
NASM

bits 64
movdir64b eax, [edi]
movdir64b rax, [rdi]