ICh rechne einfach

dim i as byte
dim a as int
dim b(5) as byte

for i=1 to 5
a=a+b(i)
next

a=a mod 256

SPIout a(1)


stimmt das so??