Comments
Loading Dream Comments...
You must be logged in to write a comment - Log In
On reading a $B nybble, ::ILA:: parses its fields, namely PC+1 contains a flag nybble, PC+2 contains the Buf length in BCD (terminated by the $D delimeter), and PC + n (being the nybble just after the $D) comtaing the "dope vector". The dope vector is an array of relative pointers to each of the elements in the Buf. The elements are separated from each other by $D nybbles. The end of the data is indicated by a $E nybble. // Source code to follow...