Can the %include directive be used to include external *.asm files, that would, for instance, include functions, or labels?
For instance, if I had the main source file, which did a few instructions, and then I had a procedure to print text in the other file, "printtext:", could I then jump/call it ?
Because I used it, and it assembled fine, but still didn't work at runtime.