I have been trying to figure these out from the book but couldn't .Im studying correspondence so im also on my own
Thanks alot for any help !
1. if the program TEST.ASM has been designed as an EXE program , can the program TEST.OBJ be executed successfully?
2. What is the meaning of the following directive ?
PAGE 55,132
3. In a program consisting of seperately compiled modules what is the assembler's name for a reference to a label outside the current module?
4. given the following map file:
Start Stop Length Name Class
00000H 00023H 00024H _TEXT CODE
00030H 00031H 00002H _DATA DATA
if this programs code segment were loaded by DOS at absolute address 18400h , what would be the absolute addresses of the data and stack segments ?
Thanks a million !