Please answer all questions according to emu8086 Assembly Language (important) Please provide assembly language code for
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Please answer all questions according to emu8086 Assembly Language (important) Please provide assembly language code for
questions according to emu8086 Assembly Language (important) Please provide assembly language code for this question Question 07:, [Marks: 10] Write a macro C_TO_F, which takes an argument C (which represents a centigrade temperature), and converts it to Fahrenheit temperature F according to the formula F = (9/5 *C)+32. To do the multiplication by 9 and division by S, your macro should invoke the MUL_N and DIV_N macros.
Please answer all