563 views
0 votes
0 votes
Why is it better to use LTORG pseudo OP before the DC and DS pseudo OP? Explain

Please answer with respect to systems programming by John J. Donovan.

Thank you.

Please log in or register to answer this question.

Related questions

0 votes
0 votes
0 answers
1
iarnav asked Feb 28, 2017
917 views
Why should we use base register, index register and displacement format for the formation of address instruction?Please answer with respect to systems programming by John...
0 votes
0 votes
2 answers
2
shiva0 asked Jul 18, 2018
2,205 views
#include <stdio.h main() { char *p = "Sanfoundry C-Test"; p[0] = 'a'; p = 'b'; printf("%s", p); }
0 votes
0 votes
0 answers
3
Devshree Dubey asked Nov 10, 2017
302 views
A general question that creeps up in mind is that when we have pointers in C and Garbage collection in JAVA, why is C being used?If computing evolves still there'd be a b...
0 votes
0 votes
1 answer
4
priya023 asked Nov 14, 2014
644 views