Question 1 (50 pts) Write the assembly code which performs the summation of these 2-byte numbers: 0x2322 + 0xE1F8 and wr
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Question 1 (50 pts) Write the assembly code which performs the summation of these 2-byte numbers: 0x2322 + 0xE1F8 and wr
Question 1 (50 pts) Write the assembly code which performs the summation of these 2-byte numbers: 0x2322 + 0xE1F8 and writes the 3-byte result to the file register addresses OxA0, 0xA1, and 0xA2. Address OxAO should include the most significant byte. Address OxA2 should include the least significant byte.