Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
10/16/00 10:25
Read: times


 
#5745 - RE: spliting files
Hi Moskovitz,

the easiest way, use the "include" statement.
E.g. write a file "main.asm":

$include(file1.asm)
$include(file2.asm)
$include(file3.asm)
$include(file4.asm)

end


and then assemble only main.asm

Peter


List of 5 messages in thread
TopicAuthorDate
spliting files            01/01/70 00:00      
RE: spliting files            01/01/70 00:00      
RE: spliting files            01/01/70 00:00      
RE: spliting files            01/01/70 00:00      
RE: spliting files            01/01/70 00:00      

Back to Subject List