Hi, i would like to suggest an improvement in the Assembler compiling in SPOJ: the ability to have our code linked against standard C libraries. This way we can use the basic functions like printf,scanf,atoi...in our solutions.
I know its possible to implement all this functions in the code (using linux syscalls, for some), but we should spend more time on the solution itself and not on trivial stuff (all the other languages have libraries to be used!)
also, the code would become very large .
Best regards.