Guest User

Untitled

a guest
Mar 19th, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. begin{table}[h!]
  2. centering
  3. begin{tabular}{||c c c c c||}
  4. hline
  5. Instruction & Mode & #cycles without prefetch & #cycles with prefetch & #memory accesses \ [0.5ex]
  6. hlinehline
  7. ADD $R_i$ expr & 6 & 87837 & 787 & pototo \
  8. LOAD $R_i$ [expr] & 7 & 78 & 5415 & pototo\
  9. XOR $R_i$ [expr] & 545 & 778 & 7507 & pototo\
  10. STOR $R_i$ [expr] & 545 & 18744 & 7560 & pototo \
  11. BEQ disp (not taken) & 88 & 788 & 6344 & pototo \
  12. BEQ disp (taken) & 88 & 788 & 6344 & pototo\ [1ex]
  13. hline
  14. end{tabular}
  15. caption{Table to test captions and labels}
  16. label{table:1}
  17. end{table}
Add Comment
Please, Sign In to add comment