??? 01/27/05 18:09 Read: times |
#85964 - 4 errors found in your smt_1.asm pgm Responding to: ???'s previous message |
Hello Gopalakrishnan Narayanan,
I compiled your program at this address (http://www.8052.com/users/gop8051/Smt_1.ASM) and found the following errors. I hope this helps a little. By the way you don't need a PCA IC to do this task. A little bit more work on your part you should be able to get this device to work. Regards, Charles Bannister MCS-51 Family Macro Assembler ASEM-51 V1.3 Smt_1.asm(2): illegal control statement Smt_1.asm(104): illegal statement syntax Smt_1.asm(247): expression out of range Smt_1.asm(255): expression out of range 4 errors detected $MOD52 (LINE 2) /*This routines makes measurement for a certain period of time (LINE 104) mov R6,#101h (LINE 247) mov R6,#111h (LINE 255) |