Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sondosaabed/variable-int-sum-avg-8086

an Intel 8086 Assembly program that reads N numbers as Strings, convert them into variable sized Integer numbers, and then print the summation and average of the numbers.
https://github.com/sondosaabed/variable-int-sum-avg-8086

assembly emulator integers-average integers-sum intel8086

Last synced: 28 days ago
JSON representation

an Intel 8086 Assembly program that reads N numbers as Strings, convert them into variable sized Integer numbers, and then print the summation and average of the numbers.

Awesome Lists containing this project

README

        

# Variable Int Sum Avg: 8086
an Intel 8086 Assembly program that reads N numbers as Strings, convert them into variable sized Integer numbers, and then print the summation and average of the numbers.

![image](https://github.com/sondosaabed/Variable-Int-Sum-Avg-8086/assets/65151701/89c69206-0805-4af4-b9a2-a2158c6525dd)