Can we make the smallest little program ?
It's supposed to be a simple program that counts from 1 to 10000 in assembly language. It's also supposed to have a final size of 5KB.
Made for x86-64 Linux. To compile and run:
./build_run.shdocker build . -t wiibleyde/smallthing:latest
docker run --rm -it wiibleyde/smallthing:latest