我现在想用89c51中的32个寄存器,是不是改变PSW的值就能任意调用其他组的寄存器呢?   
    mov psw,#18h 
    mov psw,#01h 
    mov psw,#10h    这样写对吗??