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)
- Host: GitHub
- URL: https://github.com/sondosaabed/sum-zcc-integers-x86
- Owner: sondosaabed
- License: mit
- Created: 2023-09-17T23:39:07.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-17T23:42:14.000Z (about 2 years ago)
- Last Synced: 2025-03-29T16:34:20.390Z (7 months ago)
- Topics: asssemblyx86, positive-sum, sum, x86-assembly, zcc, zero-cross-count
- Language: Assembly
- Homepage:
- Size: 1.92 MB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
