I have to make a program in Assembly Language for 8086 or 8088 processor. Where a given .txt file will have all its letters (from A to Z, not case sensitive) counted and later shown on screen. The ammount of letters in the file cannot pass the size of a word (16bits or 65535).
in the end i show on screen something like this:
A - 00010 B - 00359 C - 00353
CAn any1 help me? Im quite a noob in Assembly...