You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bddisasm/bddisasm_test/basic/mpx_64.asm

15 lines
384 B

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]