Question: PLEASE WRITE COMMENT FOR EACH LINE PLEASE WRITE COMMENT FOR EACH LINE PLEASE WRITE COMMENT FOR EACH LINE 4) Write a syntactically correct 68HS12 assembly
PLEASE WRITE COMMENT FOR EACH LINE
PLEASE WRITE COMMENT FOR EACH LINE
PLEASE WRITE COMMENT FOR EACH LINE

4) Write a syntactically correct 68HS12 assembly language program that will sort out the even and odd numbers from Array1 and store the result in the arrays starting at memory locations $1100 for the even numbers and $1120 for the odd numbers. The base address of the data array1 is $1000. Array Contents: SAA, $84, SF9, SBD, $5A, S6B, $12, $7A, $21, $80, $FF, $C5, SD7, $63, $SA8, $33 Your source code should include the data array initialized with the above data bytes. You can allocate space for your program variables as needed. The program should be terminated by the appropriate command that returns control. Commented code is required in order to get full credit. (30 pts.) Solution: area program (abs)command to indicate the absolute start of the program
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
