I need to write an assembly language subroutine Count according to different specifications
- Accepts a pointer to an array of signed words in register X.
- Accepts a word value in register Y, which indicates the number of array elements.
- Returns the number (i.e.) count) of nonzero array elements in register D.
- On return, preserves contents of all registers, other than the result return register.
