InterviewSolution
Saved Bookmarks
| 1. |
The segment base is specified using the register named is?(a) ORG instructions(b) TITLE instruction(c) ASSUME instruction(d) SEGMENT instruction |
|
Answer» Correct option is (a) ORG instructions Easiest explanation: ORG segment base register is used to specify the register. |
|