Currently I am reading the book: Lions_Commentary_on_UNIX_6th_Edition, together I am trying to understand the source code of unix v6, and I found some code intriguing: e.g.
. = 40^.
...
. = 60^.
This is some PDP-11 assembly which I am not very good at, so could anyone explain to me what did these codes try to do here? Also, in PDP-11, there is another symbol : "..", can anyone explain what does this symbol do , as well?