Construe location counter processing ? Why and how is location counter processing performed by an assembler?
Answers
Answered by
1
Answer:
Location counter.Each section of an assembler language program has a location counter used to assign storage addresses to your program's statements. As the instructions of a source module are being assembled, the location counter keeps track of the current location in storage.
Similar questions