Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/sondosaabed/variable-int-sum-avg-8086
- Owner: sondosaabed
- License: mit
- Created: 2023-08-16T18:41:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-16T18:45:30.000Z (over 1 year ago)
- Last Synced: 2024-11-06T15:40:34.771Z (3 months ago)
- Topics: assembly, emulator, integers-average, integers-sum, intel8086
- Language: Assembly
- Homepage:
- Size: 884 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)