{ A ; B}
01 11 // Parse fields of instrs A,B
{ A ; B ; C}
01 01 11 // Parse fields of instrs A,B,C
{ A ; B ; C ; D}
01 01 01 11 // Parse fields of instrs A,B,C,D
{ A B}:endloop0
10 11 // Parse fields of instrs A,B
{ A B C}:endloop0
10 01 11 // Parse fields of instrs A,B,C
{ A B C D}:endloop0
10 01 01 11 // Parse fields of instrs A,B,C,D
{ A B C}:endloop1
01 10 11 // Parse fields of instrs A,B,C
{ A B C D}:endloop1
01 10 01 11 // Parse fields of instrs A,B,C,D
{ A B C}:endloop0:endloop1
10 10 11 // Parse fields of instrs A,B,C
{ A B C D}:endloop0:endloop1
10 10 01 11 // Parse fields of instrs A,B,