1.The program execution needs to be diverted to a location within the 2K memory block of the current instruction and the 11 least significant bits of the code memory address to which the jump is intended is 050FH. The AJMP instruction is used for implementing the jump. What is the machine code for implementing the AJMP instruction for jumping to the specified location?
(a) 01H, 0FH, 05H (b) 01H, 05H, 0FH (c) A1H, 0FH (d) None of these
2. Which of the following Jump instruction encodes the jump location as absolute memory address
(a) SJMP (b) AJMP (c) LJMP (d) All of these
(e) only (b) and (c)
3. All the conditional branching instructions specify the destination address by
(a) Relative offset method
(b) Absolute address method
(c) Either relative or absolute address method
(d) None of these