Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Use C++ and assembly language to: The content of ax register representing a 16 story building ( 1st bit is first floor, 2nd bit is
Use C++ and assembly language to:
The content of ax register representing a 16 story building ( 1st bit is first floor, 2nd bit is the second floor,,16th bit is the sixteenth floor). A bits of the ax is on (=1) if the lights in that floor are all on, if ax=0110 1001 0010 0011 determine which floors lights are all on. If the 5th floor lights are not on, turn them on
Sample output:
ax= 0110 1001 0010 0011
Lights are on at floors: 1 2 6 9 12 14 15
ax register after turning the 5th floor light on : ax=0110 1001 0011 0011
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started