目录
swap A, R
bit[8] T = A A = R R = T
交换累加器A和寄存器R的值;
set 0xB1 //[0xB1] = 0xff mov A, #0x21 //A = 0x21 swap A, R //A = 0xff, [0xB1] = 0x21