v86/tests/nasm/emms.asm
2017-06-20 16:19:38 -05:00

18 lines
212 B
NASM

global _start
section .data
align 16
myquad:
dq 0xad0000ceadad00ff
mydword:
dd 0xcafebabe
myaddress:
dq 0x00adbeefc0de00ce
%include "header.inc"
emms
; TODO: Check tag word
%include "footer.inc"