Help for this page

Select Code to Download


  1. or download this
    load reg a, num1;  move 8 bytes from memory (probably cache)
    ; maybe 2 or 4 clock cycles barring stalls which given the 
    ...
    
    store reg a, num1; 8 bytes stored.
    ; Another 2/4 clock cycles.