Question: assembly on codewarrior program 1) Translate the high-level language pseudo code below to assembly. The variables you use must be initialized in the DATA section
assembly on codewarrior program 
1) Translate the high-level language pseudo code below to assembly. The variables you use must be initialized in the DATA section of RAM and your code must be in the PROG section of RAM. The variables must be initialized using the appropriate assembler directives and must be 8-bits. CNT and TOTAL must be updated appropriately. Assume signed numbers. I only need your DATA and PROG sections CNT = 20; TOTAL = 50; While (CNT 2-10) f TOTAL = TOTAL-5; CNT //CNT CNT -1
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
