A89: multiple files


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

A89: multiple files




hey, if i wanted to store a bunch of sprites in another file how would i go 
about this?
for example if i name a file "sprites.asm" and then have the sprites listed:
sprite 1:
 dc.b...
 ...etc...

sprite 2:
...and so on...

is there anyhting that needs to be done...is the only thing i have to do is 
include the file name at the beginning of the program???

and everything else works the same, right?  like if i wanted to "move.l 
sprite1,a0" or something from the main program, would that be ok???


Follow-Ups: