Re: Couple ?s
- From: "Luke" <spamtrap@xxxxxxxxxx>
- Date: 27 Apr 2006 11:14:53 -0700
Tim,
This is what I found that works well.
lea ebx, szBigBuffer ; look at 1st character in buffer
movzx eax, BYTE PTR [ebx]
..if EAX==01h ; check 1st char
invoke MessageBox, 0, ADDR value1OK , ADDR Sample,MB_ICONINFORMATION
..endif
inc ebx
movzx eax, BYTE PTR [ebx]
..if EAX==02h ; check 2nd char
.
- References:
- Couple ?s
- From: Andy Kennedy
- Re: Couple ?s
- From: Tim Roberts
- Couple ?s
- Prev by Date: Re: Couple ?s
- Next by Date: Re: lea with fs override
- Previous by thread: Re: Couple ?s
- Next by thread: Re: Couple ?s
- Index(es):