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

https://github.com/sondosaabed/sum-zcc-integers-x86

- Declaring an array of integers - Sum of integers - Sum of Positive integers - Zero-Crossing Count (ZCC)
https://github.com/sondosaabed/sum-zcc-integers-x86

asssemblyx86 positive-sum sum x86-assembly zcc zero-cross-count

Last synced: 6 months ago
JSON representation

- Declaring an array of integers - Sum of integers - Sum of Positive integers - Zero-Crossing Count (ZCC)

Awesome Lists containing this project

README

          

# x86 SUM ZCC
Summary
In this assignment, the x86 emulator software is used to develop an 8086 assembly program that performs different functionalities including the following:
- Declaring an array of integers
- Sum of integers
- Sum of Positive integers
- Zero-Crossing Count (ZCC)

In the running example array there exists 4 Zero-Crossing values. So the final output is valid that is stored in ZCC variable 03 in Hexadecimal.
![image](https://github.com/sondosaabed/x86-sum-zcc/assets/65151701/84671b92-c20c-4491-820d-44edc348a91b)