Computer Science 237 |
Lecture 30: RISC vs. CISC
Date: November 20, 2006
MOVAW DATA,R6 ; load array ptr into R6 MOVL NUM,R9 ; initialize R9 with the number of elts DOUBLE: ADDW2 (R6),(R6)+ ; double entry, increment ptr SOBGTR R9,DOUBLE ; loop control