Hi.
I've been recently looking into things about the 6502 that I never really payed attention to, like comparing if something is greater or less than something else (Yeah, I really didn't know how to do that). And it was quite apparent that I needed to, so I did. Do not fear, I understand 6502 quite well, and I program with it. I'm not a newbie, there are just some dumb things like that that I've never really payed attention to. I've been wondering about reversing a byte, though. It seems like a complicated routine, but I was wondering if there was an easier way... What I mean by reversing a byte is this:
Take this: 10010100
And Make it: 00101001
Does anyone know?
I've been recently looking into things about the 6502 that I never really payed attention to, like comparing if something is greater or less than something else (Yeah, I really didn't know how to do that). And it was quite apparent that I needed to, so I did. Do not fear, I understand 6502 quite well, and I program with it. I'm not a newbie, there are just some dumb things like that that I've never really payed attention to. I've been wondering about reversing a byte, though. It seems like a complicated routine, but I was wondering if there was an easier way... What I mean by reversing a byte is this:
Take this: 10010100
And Make it: 00101001
Does anyone know?