masm64 Questions
1
I am writing some code in x64 assembly and using SIMD.
I have 9 bytes packed in the xmm15 register. For simplicity, let's look at the following code:
.data
Masks BYTE 0, -1, 0, -1, 5, -1, 0, -1, 0
...
1
© 2022 - 2024 — McMap. All rights reserved.