Homework Statement
Calculate the sum of all hight-order bytes in array NUM1 and store the sum in a memory location named newH. Define newH as needed.
Homework Equations
-
The Attempt at a Solution
INCLUDE Irvine32.inc
.data
NUM1 sword 1h,2h,3h,4h,5h,6h,7h,8h,9h,10h,11h,12h,13h,14h,15h,16h...