One of my school projects, written in x86 Assembly. Designed to be run on a 32 bit machine.
hwk3.c takes in command line args, ensures valid input, and calls the desired function
Takes in one number, triples it, returns it
Returns the natural logarithm of the given number
Sums an array of ints and returns the average in floating point
Tells you if a number is prime
Calls isprime.s on 2xn-1 (memory management exercise)
Needs some updating but does the job