Mill Computing, Inc. Forums The Mill Tools Applications Application Walkthrough Reply To: Application Walkthrough

Joe Taber
Participant
Post count: 25

GCD
Factorial
Fibonacci
Anagrams
FizzBuzz
Find the median of 3 (4,5?) numbers
Matrix or Vector products.
Exponentiation
CRC-32
Run-length encoding
Any of the sorting algorithms, or maybe just the merge operation (I feel like it might be interesting but short in mill asm).
CSV manipluation
Towers of Hanoi (recursion)
Zig-zag matrix

Basically almost everything on Rosetta Code will be interesting, and have sample code in C and assembly. Of course some of these may be too complicated or require os-specific console input/output.