Re: Clever ways to hide a compare
- From: "jonathon" <spamtrap@xxxxxxxxxx>
- Date: Tue, 27 Sep 2005 01:37:18 +0000 (UTC)
Jim Leonard wrote:
> I was wading through an old game the other day and found a section of
> code that grabbed two values and XOR'd them, then kept track of the
> zero flag through a series of convaluted steps designed to obscure what
> he was doing. (When you XOR two identical bytes, the result is zero.)
Now that's the stuff I'm interested in. What kind of stuff was he
using to obscure, and did he just save the status register flags and
then reload them later?
.
- Follow-Ups:
- Re: Clever ways to hide a compare
- From: Keyser Soze
- Re: Clever ways to hide a compare
- From: Bo Persson
- Re: Clever ways to hide a compare
- From: Jim Leonard
- Re: Clever ways to hide a compare
- References:
- Clever ways to hide a compare
- From: jonathon
- Re: Clever ways to hide a compare
- From: Jim Leonard
- Clever ways to hide a compare
- Prev by Date: Re: opening and reading a character from a file with emu8086 assembler
- Next by Date: Is there any example of using int 15h,ax=e820h?
- Previous by thread: Re: Clever ways to hide a compare
- Next by thread: Re: Clever ways to hide a compare
- Index(es):
Relevant Pages
|