Usually to print on screen a integer of 2 numbers i divides it for 10 and then use int 21h with mov ah,2 to print the 2 results.
However with integers with more than 2 numbers it starts getting complicated and the method i use becomes really too long . So is there a method to fast write long integer on screen?