Ok, I'am not going to writE the code for you but here's the basic procedure to output any numeric value as a numeral(s).
1. save your value in a register, EAX for example.
2. Define a array to hold characters which will be your value. Each char of the array is 1 digit of the value you want...