LTS

Assembly help

Letters

Hi,

Love your videos/tutorials on Assembly they’ve helped me a lot over the past couple of days.
But, there’s still many things i quite don’t understand when it comes to assembly language.
I’m trying to compute a program that prints the number of times each element is repeated,
eg) if the user inputs: [1 5 7 5 2 5 3 4 1 9]
The program will print:
1:2
5:3
7:1
2:1
3:1
4:1
9:1

Any help would be appreciated! I am trying to understand Assembly as much as possible.

Greatly appreciated!

2015-03-26