Write a short program (it doesn't have to be a print-out of uVision, but that would help you avoid any errors) that perf
Posted: Tue Jun 07, 2022 10:44 am
Write a short program (it doesn't have to be a print-out of uVision, but that would help you avoid any errors) that performs the following: "if a number in r0 is positive, š§³XXXČX multiply it by 44 (and do it without 'multiplying'); but if it negative, divide it by two (and again, without 'dividing'); otherwise (which means ro was #0, but you don't have to test for that) make it #12. HINT: draw a flow chart first.