1
0
mirror of https://github.com/bitdefender/bddisasm.git synced 2024-11-26 17:38:09 +00:00
bddisasm/bddisasm_test/basic/mpx_64.asm
Andrei Vlad LUTAS 698ba367a1 Initial commit.
2020-07-21 11:19:18 +03:00

15 lines
384 B
NASM

bits 64
bndldx bnd0, [rbx + rsi]
bndmov bnd0, bnd3
bndmov bnd0, [rbx]
bndcl bnd0, rax
bndcl bnd0, [rbx]
bndcu bnd0, rax
bndcu bnd0, [rbx]
bndstx [rbx + rsi], bnd0
bndmov bnd0, bnd3
bndmov [rbx], bnd0
bndmk bnd0, [rbx]
bndcn bnd0, rax
bndcn bnd0, [rbx]