With an address field of 4 bits, a 2-address opcode has 8 bits of address; thus 3 bits (11 - 2*4) to specify the opcode. Note that because the 8 address bits can have any value, one of these 3 bit opcodes must be reserved for specifying 0 or 1 address opcodes. 6 were already defined, so 2^3 - (6 + 1) is the number of available 2-address opcodes.
That leaves 8 bits to encode the zero and one address opcodes.
1 bit can be used to discriminate; leaving 7 bits for zero address opcodes,
and 7-4 bits for one address opcodes.
So, the total available opcode space is (2^3 - (6 + 1)) + (2^7 - 30) + (2^(7-4)).
That should be more than enough clarity for you to work out the answer.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…