Assembly 101: logical operators

Some of the most essential operations in 6502 assembly are logical operations. These operations compare two variables and modify the result accordingly. In assembly, there are three basic logical operations. I’ll explain which they are and what they do here.

Read more