
Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Community
Ask the community for help and clear up your study doubts
Discover the best universities in your country according to Docsity users
Free resources
Download our free guides on studying techniques, anxiety management strategies, and thesis advice from Docsity tutors
Instructions for an assignment in the ee 4178 fall 2004 course. Students are required to write a single-loop program using sdk-86 to determine the number of non-zero positive and negative values in a signed 16-bit integer array called intary. The program output should be handed in as an assembler listing and written testing results, along with a demonstration to the ta.
Typology: Assignments
1 / 1
This page cannot be seen from the preview
Don't miss anything!
Assignment # Assume that INTARY is a word array storing 10 signed 16-bit integers. Write a single- loop program that will determine the number of nonzero positive values and the number of nonzero negative values in INTARY, and store these two counts in POS and NEG respectively. Use SDK-86 to test your program. Turn in the assembler listing and written testing results, and demonstrate your program to the TA.