Re: LZ: flags
[Prev][Next][Index][Thread]
Re: LZ: flags
<Without Quoting Anything ...>
The only way (or the only way that comes close) to do this:
Say you want to do set a,c (not set b,a):
ld a,something
ld b,%00000001
or a
jr z,Label
ld d,a
ld a,b
ld b,a
Label2:
rlca
djnz Label2
ld b,a
Label:
ld a,b
or c
ld c,a
HEHE!!!!
------------
Web Presence: http://www.geocities.com/SiliconValley/6884/index.html
email: Look up, it's obvious.
Chat Nick: Biscuit
If you ever fall off the Sears Tower, just go real limp, because maybe
you'll look like a dummy and people will try to catch you because, hey,
free dummy.
- Another Deep Thought by Jack Handy
References:
- LZ: flags
- From: David Kristensen <dkristensen@cctr.umkc.edu>