[A83] Re: Multiple Source files in ZDS


[Prev][Next][Index][Thread]

[A83] Re: Multiple Source files in ZDS




break up the file into distinct parts, all of which are in the same 
directory.  You should have a main file "<program name>.asm" and then 
include all of the other parts of the game.

  #include "myfile.asm"

-harper

At 11:12 PM 1/10/02 -0500, you wrote:
>How would I use multiple source files for developing assembly programs
>in ZDS? It gets quite confusing when I have all 3000 lines in one
>document! Thanks in advance.
>
>Tom





Follow-Ups: References: