/initialize-arrays

Take 5 digits from user and add middle and last digit and display it. Declare an un initialized array of 5 elements at .data. Then input 5 digits from user in first array by incrementing the si register. Then mov the address of middle and last digit in registers and add them.

Primary LanguageAssemblyMIT LicenseMIT

Watchers