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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
12/07/01 21:34
Read: times


 
#17381 - Main Program from Subroutines
Dear Friends,

How can I do main program from subroutines. How shall I assign the Org values for the subroutines. How I will link the subroutines for to construct the main program. Could you help me with the following main program, to assign the original values for subroutines and to link the subroutines for to arrive the main program. Your help very appreciated.Thanks a lot. Best regards.

Nutty Blue



START: Org 2000h
LCALL TIMEINT
LCALL MEASURE
LCALL TIMEINT
LCALL REMEASURE
LCALL TIMEINT
LCALL REMEASURE
LCALL TIMEINT
LCALL REMEASURE
MOV R1,#21H
LCALL COMPARE1
LCALL COMPARE2
LCALL COMPARE3
LCALL COMPARE4
LCALL DECISION
LCALL 10MIN
CLR P1.0
CLR P1.1
CLR P1.2
CLR P1.3
LJMP START



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