1# most instructions
2# ------ options ------ : Fst : Lst : ff : fl : fe : word : --- fmt --- : model ...
3# { : mask : value : word }
4
5# Top level - create a very big switch statement.
6
7  padded-switch,combine :  15 :  11 :    :    :    :      :             :
8
9  switch,combine        :  10 :   8 :    :    :    :      :             :
10
11  switch,combine        :   4 :   0 :    :    :    :      :             :
12
13  switch,combine        :   7 :   5 :    :    :    :      :             :
14
15
16# Extended instructions, decode the same way
17
18  padded-switch,combine :  15 :  11 :    :    :    :    1 :             :
19
20  switch,combine        :  10 :   8 :    :    :    :    1 :             :
21
22  switch,combine        :   4 :   0 :    :    :    :    1 :             :
23
24  switch,combine        :   7 :   5 :    :    :    :    1 :             :
25
26