Skip to content

Assembly language program that converts string primitives to integers and vice-versa.

Notifications You must be signed in to change notification settings

dunnand2/x86-Assembly-Integer-to-String

Repository files navigation

x86 Assembly - Integer to String Converter

This program prompts the user for 10 integers (positive or negative). It reads those numbers as strings and converts them to integers using string primitive instructions. It then calculates the sum and average of those integers. Finally, the program converts those integers back to strings using string primitives (including sum and average), and displays the values as strings.

About

Assembly language program that converts string primitives to integers and vice-versa.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published