The instruction decode mechanism is a chain of "e--||(expression), e--|| ..." expressions. At the point where e-- is zero the expression will be evaluated.
The program makes heavy use of the equivalence between "index[pointer]" and "pointer[index]", presumably to save brackets.
The instruction decode mechanism is a chain of "e--||(expression), e--|| ..." expressions. At the point where e-- is zero the expression will be evaluated.
The program makes heavy use of the equivalence between "index[pointer]" and "pointer[index]", presumably to save brackets.