1. Write an assembly language code fragment (32-bit or 64-bit) to perform the following decision logic (without using co
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
1. Write an assembly language code fragment (32-bit or 64-bit) to perform the following decision logic (without using co
1. Write an assembly language code fragment (32-bit or 64-bit) to perform the following decision logic (without using conditional control flow directives, such as .IF, .ELSE, etc.): If (Aval < Bval) or (Bval < Cval) { Put 1 in a Dreg } else { if ( Aval < Bval) { Put O in Breg } else if (Bval < CVal) { Put O in CReg } else { Put O in Dreg } }
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!