Alright. That means I learned a useless code. Now I have another question. What is the opcode BIT for? The description says this:
BIT performs AND with the Accumulator and the operand; however, the flags are affected but the result is not stored.
AND description:
AND performs bitwise AND to the Accumulator and the operand and stores the result back into the Accumulator.
Those 2 opcodes doesnt make any sense to me.
Could someone explain to me HOW to use them? >_<
My blog. I could post stuff now and then
My
Assembly for the SNES tutorial (it's actually finished now!)