Basically if I had a number in D1, and wanted it to ALWAYS be even, how would I make sure it is never odd?
I know it has something to do with the AND instruction. But when I tried that, it would always subtract 1. So it would turn odd numbers even and even numbers odd.
How can I basically do if n is odd, sub 1