CPU Instruction Notes
- Commands that take two inputs typically put their result in the second argument, which is (hopefully) a register, if you need the value later
- Output of
CMP
goes to theSR Status
flags. (How do you read those?)
CMP
goes to the SR Status
flags. (How do you read those?)