Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 535 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 535 Bytes

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