Computer Science, asked by maryumshafiq02, 10 months ago

Write code that jumps to label L1 if either bit 4, 5, or 6 is set in the BL register. anyone can ans this que?

Answers

Answered by Anonymous
2

Answer:

Consider the following sequence of commands. Fill in the blank after the instruction in hexadecimal value after each instruction is executed.

You can take Lab5_HW1-BitOperations.asm to compile and run to get the result out.

mov AL, 10101110b ; AL =    AE

Hope it will be helpful :)

Similar questions