v86/tests/nasm/mov_sreg_ud1.asm
2022-11-26 14:11:19 -06:00

9 lines
83 B
NASM

global _start
%include "header.inc"
db 8eh
db 3fh
%include "footer.inc"