InterviewSolution
Saved Bookmarks
| 1. |
The starting address is denoted using _________ directive.(a) EQU(b) ORIGIN(c) ORG(d) PLACEI got this question by my college director while I was bunking the class.My query is from Motarola 680X0 Processor Architecture in division Processor Families of Computer Architecture |
|
Answer» RIGHT choice is (C) ORG The BEST I can explain: The starting ADDRESS is the LOCATION where the program is stored. |
|