Skip to content

A MASM program to process strings into numerical inputs for computation

Notifications You must be signed in to change notification settings

mkmeller/Low-Level-String-I-O

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Low-Level-String-I-O

A MASM program to process strings into numerical inputs for computation

Prompt user to enter SDWORD values and collect them into a string buffer. Convert the strings into the corresponding SDWORDs and store them in an array. Reject numbers that are too big or containing illegitimate symbols. Calculate and display the sum and truncated average of the array.

About

A MASM program to process strings into numerical inputs for computation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published