Hello guys!
I've got one question that interests me much.
e.g. i have two source files. file1.asm and file2.asm. both files are plain binaries and are loaded to memory close to each other. but they are loaded separately. there's a label in file1.asm. let it be print: (it's just a label, no macros to define procedures or smth. is used). code in file2.asm has to refer to this label from file1.asm.
is it possible to do such a thing (refer to a label from another source file).
thanks in advance for your assistance
|