I have a question while I was doing project 7 SimpleAdd just got very confused. Hope that someone can give me some hints. Thank you very much.
I come across some project7-related posts, some of them mentioned AM=M-1. I tried to search in the book but in vain. I found a
post by 'cadet1620' which include some examples. Do the same logic apply to AM=M-1?
eg. AD=A+1 Increment A register and set D register to incremented value.
//AM=M-1 Decrement M register and set M register to decremented. Nothing to do with the A register