[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
6502 flag behaviour
- Subject: 6502 flag behaviour
- From: Sasha Cimermanis <scim@erols.com>
- Date: 1997/04/10
- Newsgroups: comp.sys.apple2
- Organization: Erol's Internet Services
Hi everyone,
I'm trying to help someone out regarding 6502 flag behaviour. Here is
the problem.
I have recently encountered a following piece of code:
lda $FE
ora #$08
bne <somewhere I don't want it to bne>