destination register question
Hello. Have been following the forums for 5 months.
Found this at the end of the compiled SERIN command :mov 0-0,__temp2 .
Cannot find anywhere the structure that produces " 0-0" as a destination register.
Where is it documented that the use of a dash is ok?
Thanks.
Bill
Found this at the end of the compiled SERIN command :mov 0-0,__temp2 .
Cannot find anywhere the structure that produces " 0-0" as a destination register.
Where is it documented that the use of a dash is ok?
Thanks.
Bill
Comments
Note, the modifying instruction cannot immediately preceed the modified instruction as the pipelined execution will have already fetched this instruction. i.e. you require at least 1 instruction between the modifying instruction and modified instruction.