Rivoreo Source Code Repositories
src.rivoreo.one
/
emulators
/
v86
/
48f8fb1d7703bcf22d4310de638bfa7c7d8dfd71
/
.
/
tests
/
nasm
/
paddw.asm
blob: 2a5c2b1471ec7ff69ef6a4415eb07268b5b9292a [
file
] [
log
] [
blame
] [
raw
]
global
_start
section
.
data
align
16
myquad
:
dq
0xad0000ceadad00ff
mydword
:
dd
0xcafebabe
myaddress
:
dq
0x00adbeefc0de00ce
%
include
"header.inc"
movq mm0
,
[
myquad
]
paddw mm0
,
[
myaddress
]
%
include
"footer.inc"