The MASM Forum

64 bit assembler => UASM Assembler Development => Topic started by: HSE on November 08, 2019, 11:07:55 AM

Title: UASM32 .while
Post by: HSE on November 08, 2019, 11:07:55 AM
Sorry. An algorithm's problem, nothing to do with UASM, Erase the thing. Thanks
Title: Re: UASM32 .while
Post by: jj2007 on November 08, 2019, 11:50:49 AM
What exactly is the problem? To me, it looks correct :rolleyes:

  int 3
  .While sdword ptr eax != sdword ptr x2
mov eax, x2
  .Endw

004010A4    ³.  CC                 int3
004010A5    ³. EB 05              jmp short C0005
C0004       ³>  A1 00804000        Úmov eax, [x2]
C0005       ³>  3B05 00804000      +cmp eax, [x2]
004010B2    ³. 75 F3              Àjne short C0004
Title: Re: UASM32 .while
Post by: HSE on November 08, 2019, 11:57:26 AM
Yes JJ. Thanks