The emulator currently generates incorrect number of clock cycles elapsed. This can be observed here in the program multiplying two numbers (here 3 and 5).
After executing first 5 instructions correctly, after the 6th instruction the number of clock cycles elapsed shots up to 265, which is incorrect.
The emulator currently generates incorrect number of clock cycles elapsed. This can be observed here in the program multiplying two numbers (here 3 and 5).
After executing first 5 instructions correctly, after the 6th instruction the number of clock cycles elapsed shots up to 265, which is incorrect.