MCUmall EPROM BIOS Chip Burner Forum
MCUmall EPROM BIOS Chip Burner Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 MCUmall Forums
 Novice Place
 executing programes

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkInsert EmailInsert Image Insert CodeInsert QuoteInsert List Spell Checker
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

   Insert an Image File
Check here to include your profile signature.
    

T O P I C    R E V I E W
dondon Posted - 06/19/2014 : 08:13:06
i wrote a very simple program for a led to flash it worked very well on microchip IDE ,loaded to the chip PIC16f84A, worked perfect,but when mounted on the hardware it doesn't work, below is the program

MAIN_PROGRAM CODE
STATUS equ 03h
TRISB equ 86h
PORTB equ 06h
D1 equ 08h
D2 equ 09h
D3 equ 0Ah

bsf STATUS,5
movlw 00h
movwf TRISB
bcf STATUS,5


start:
movlw b'1111'
movwf PORTB
call DELAY
movlw 00h
movwf PORTB
call DELAY
DELAY
movlw d'4'
movwf D3
LOOP
decfsz D1,1
goto LOOP
decfsz D2,1
goto LOOP
decfsz D3,1
goto LOOP
RETURN
END
where is my fault

MCUmall EPROM BIOS Chip Burner Forum © Copyright 2003 - 2009 Mcumall Electronics Inc. Go To Top Of Page
Generated in 0.08 sec. Snitz Forums 2000