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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
06/23/05 08:31
Read: times


 
#95684 - to be more precise
Responding to: ???'s previous message
DELAYCYCLE MACRO CYCLES
        LOCAL LOOP,LOOP1
        MOV   R0,#CYCLES
LOOP1:	MOV   R1,#00h
LOOP:	DJNZ  R1,LOOP
	DJNZ  R0,LOOP1
	ENDM

Takes a bit longer to execute (CYCLE cycles :-)

Jan Waclawek

List of 13 messages in thread
TopicAuthorDate
How to use marco in assembly?            01/01/70 00:00      
   first you must spell it macro :)            01/01/70 00:00      
      first you must spell it macro :)            01/01/70 00:00      
      Not So Fast!            01/01/70 00:00      
      Macro Correction            01/01/70 00:00      
      improvement            01/01/70 00:00      
         to be more precise            01/01/70 00:00      
            Delay            01/01/70 00:00      
               I did not say...            01/01/70 00:00      
   Macros Defined            01/01/70 00:00      
      Macro vs Call            01/01/70 00:00      
         Macro Correction            01/01/70 00:00      
   Polo!            01/01/70 00:00      

Back to Subject List