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

Back to Subject List

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


 
#131612 - or use assembler with different syntax
Responding to: ???'s previous message
In most '51 assemblers, $ stands for "address of first byte of this instruction". Thus djnz rx,$ is the equivalent of
label: djnz rx,label
without need to define label.

In this particular assembler, * might have been used instead of $.

JW

List of 16 messages in thread
TopicAuthorDate
Bitbanging help needed            01/01/70 00:00      
   Because they mistyped $            01/01/70 00:00      
      or use assembler with different syntax            01/01/70 00:00      
      Re: Because they mistyped $            01/01/70 00:00      
         That's not what Jan said            01/01/70 00:00      
   The bit banging file            01/01/70 00:00      
      RE: Bitbanging            01/01/70 00:00      
         They are timing loops            01/01/70 00:00      
   they used * for a reason            01/01/70 00:00      
   RE:Bit banging help            01/01/70 00:00      
      Code for bitbanging(Modified)            01/01/70 00:00      
         testing two unknowns            01/01/70 00:00      
         A hint            01/01/70 00:00      
         Another hint            01/01/70 00:00      
      Simulate!            01/01/70 00:00      
   cross posted            01/01/70 00:00      

Back to Subject List