I wish to have a computer whose machine-level instructions are all 32 bits each. If I want to have all instructions of the form mov R1, R2 where R1 and R2 are registers. What is the maximum number of instructions that my machine can have, if my computer needs to have at least 1000 different registers referenced in the instructions?