ret pops the code back to where a function was called, so if you used a function that turned decimal into hex a lot, you would have that function, and at the ned of it, you would have ret. when you call the function, it will run through it, and then go back to the point it was called at. As for...