Creative Commons License Foxbond's Repo

.data  ; (c) 2016 Michał (Foxbond) Chraniuk
tabA: .space 416 ;tabA[i] = nr * i - 10; i={0,103}
sumA: .word 0
tabB: .space 400 ;tabB[j] =  tabA[j-2] * tabA[j] - tabA[j+1]; j={2,...,101}
sumB: .word 0

> Back