Add Four numbers (without loop) (machine code, assembly code)
Add N numbers (with loop), for N given by user (assembly code)
Compute the "average" of two non-negative integers given by the user (rounding the average upward when not integral).