PIC16F84A - ASM to HEX

Status
Not open for further replies.

Mihindu_gajaba

New Member
Hi guys , sorry I'm New for this. i have a problem i have written a program using Assembly just a simple one for PIC16F84A just to turn on and off a led. but the programmer i use only support *.hex files so can you guys can help me to convert *.asm file to *.hex File Please.

code :

STATUS equ 03h
TRISA equ 85h
PORTA equ 05h

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

Start movlw 02h
movwf PORTA
movlw 00h
movwf PORTA
goto Start
 
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…