Which register does the branch instructions change


Problem

1. Given that EDI points to the string "abcdefg" what should the value of EBX be to move the value of "c" into the "AL" register? 1 or 2 or 3 or 4?
MOV AL, [EDI + EBX]

2. Which register does the branch instructions change in order to jump to a different part of the program?

3. What register controls whether or not a branch instruction happens?

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: Which register does the branch instructions change
Reference No:- TGS03212952

Expected delivery within 24 Hours