Implementeremo le seguenti righe di codice:



ILOAD j

ILOAD k

IADD

ISTORE I



Considerando che
ILOAD esegue 5 Microistruzioni

IADD ne esegue 3

ISTORE 6

E che per ogni set di microistruzioni viene eseguito un main1 avremo un totale di

1(Main iniziale)+

5 (ILOAD)+1(MAIN)+

5 (ILOAD)+1(MAIN)+

3(IADD) + 1 (MAIN)+

6(ISTORE) = 23 MICROISTRUZIONI, un Mic-1 a 200 MHz impiega 5 nsec per ogni microistruzione => 23*5= 115 nsec