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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
01/02/10 18:37
Read: times


 
#172132 - Before 2000h perfect working
Responding to: ???'s previous message

Hello,
Mr.Richard Erlacher

i m using LABTOOL-48 Universal Programmer.
And Also My program is working before 2000H address but it is different not calling IAP. sample programme is shown below.

But now a days we have to read and write data #AAH at address 0100H.
Send me the sujjestion.
we are waiting for your replay.


This one sample programme is for only to flicker LED on port po


ORG 2000H

MOV 080H,#0FFH
MOV 0A0H,#0FFH

stop:

MOV 080H,#11111110B
MOV 0A0H,#11111110B

LCALL DELAY
LCALL DELAY

MOV 080H,#11111110B
MOV 0A0H,#11111101B

LCALL DELAY
LCALL DELAY

SJMP STOP



DELAY:

MOV R5,#10
LD2: MOV R6,#100
LD1: MOV R7,#100
LD: DJNZ R7,LD
DJNZ R6,LD1
DJNZ R5,LD2
RET


END


List of 25 messages in thread
TopicAuthorDate
P89V51RD2 IAP and ISP writeup            01/01/70 00:00      
   e-mail it to andy ayre            01/01/70 00:00      
   thanks for replay            01/01/70 00:00      
      once again readout data            01/01/70 00:00      
         I'll look at it tomorrow            01/01/70 00:00      
            case sensitive assembler            01/01/70 00:00      
            Read Data....from address            01/01/70 00:00      
               What kind of programmer?            01/01/70 00:00      
                  never saw a chip that ..            01/01/70 00:00      
                     Maybe not now ...            01/01/70 00:00      
                  Before 2000h perfect working            01/01/70 00:00      
                     no bootloader            01/01/70 00:00      
                     Why at 0x0100?            01/01/70 00:00      
                        p89v51rd2bn            01/01/70 00:00      
                           Have you told us everything?            01/01/70 00:00      
                              using IAP routine            01/01/70 00:00      
                                 I'd suggest you focus on the datasheet            01/01/70 00:00      
                                    datasheet            01/01/70 00:00      
                                       I love these replies            01/01/70 00:00      
                                       NXP practice            01/01/70 00:00      
                                          not in this case            01/01/70 00:00      
                                             Getting Solution            01/01/70 00:00      
                                                HUH????            01/01/70 00:00      
                                                   good response            01/01/70 00:00      
                           have you read my last two posts?            01/01/70 00:00      

Back to Subject List