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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
12/08/01 06:15
Read: times


 
#17399 - RE: Main Program from Subroutines
Hi Nutty Blue,

You don't have to worry what happens at the link time. Leave the compiler in charge for this.
All you have to do is to write the routine one after another. Take care to match the name of label with the CALL routine and not forget the RET at the end of routine.
You don't have to place ORG statement at the begining of every routine. The compiler will assign and fill the argument of CALL at the link time.

Regards,
Silviu

List of 5 messages in thread
TopicAuthorDate
Main Program from Subroutines            01/01/70 00:00      
RE: Main Program from Subroutines            01/01/70 00:00      
Main Program from Subroutines-Alexandre            01/01/70 00:00      
RE: Main Program from Subroutines            01/01/70 00:00      
RE: Main Program from Subroutines-Silviu            01/01/70 00:00      

Back to Subject List