flat assembler
Message board for the users of flat assembler.
Index
> Windows > sse problem pcmpistri |
Author |
|
Roman 13 Aug 2023, 12:02
This variant show 3 equal symbols in ecx
Code: ;32 bits program txtFind db 'We not played We' txtA db 'We ' Start: vimm = 0x18 movups xmm0,dqword [txtA] movups xmm1,dqword [txtFind] pcmpistri xmm0,xmm1,vimm ;return to ecx index mask |
|||
13 Aug 2023, 12:02 |
|
bitRAKE 13 Aug 2023, 16:23
Roman wrote: I try any values for vimm but always get ecx=0 Code: vimm = 1_00_11_00b ; 00 unsigned bytes ; 11 ordered mode ; 00 polarity positive ; 1 last match Feel free to say what your expectations are, and I will help you get there. If you're just exploring, try all 128 possible combinations of vimm and puzzle the stored result values. _________________ ¯\(°_o)/¯ “languages are not safe - uses can be” Bjarne Stroustrup |
|||
13 Aug 2023, 16:23 |
|
Roman 13 Aug 2023, 17:35
|
|||
13 Aug 2023, 17:35 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.