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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
08/27/06 22:17
Read: times


 
#123157 - equ statement
Hi, is this statement specific to different compilers. I can't seem to get it to work in my program for my 89C52. All I am trying to accomplish is to light an LED connected to port P2.7, using the label "LIGHT" instead of P2.7

I have tried

.EQU LIGHT 0A7H
also tried

LIGHT .EQU 0A7H

Searching archives and google say this should work.

I am using tasm51 as my compiler.

Regards

James Krushlucki



List of 13 messages in thread
TopicAuthorDate
equ statement            01/01/70 00:00      
   EQU            01/01/70 00:00      
      A51 Equates            01/01/70 00:00      
         a51 and d51            01/01/70 00:00      
            update?            01/01/70 00:00      
         Syntax            01/01/70 00:00      
         what a51            01/01/70 00:00      
            Most are NOT Keil!            01/01/70 00:00      
               and still named a51            01/01/70 00:00      
   A51 expect comma in equ statement            01/01/70 00:00      
      Another A51            01/01/70 00:00      
      PseudoSam(tm) 51 assembler.            01/01/70 00:00      
      But he's using TASM51 - not A51!            01/01/70 00:00      

Back to Subject List