Hello beautiful ASM people.

Today I downloaded the MASM32 package for win10, the old one is missed with old disk
and not anymore functioning probably.
The installation process was ok, the help file WIN32.HLP put online for MASM Editor.
So let's start with the first episode of the ASM FUN SAGA.
As I mentioned elsewhere, I want to find a fast way to:
1) convert 1 million strings into INTEGER numbers
2) compare the first one of them with the following until I find a gap of 10 units or more (bigger number)
or less (smaller number).
3) display the number of occurrences of the bigger, and smaller numbers found, so that when one is found
the process restart from that point forward in the list (an array probably).
Let's start with the first part "Conversion of 1 million strings into INTEGER numbers.
Any suggestion is welcome
