why does mov a,a show an error but mov b,b doesnt give any error?
mov acc, acc mov acc, a mov a, acc
All of above should work fine. Reading about the instruction set should help to give information as to why.
Michael Karas