Gayan Soyza
Active Member
Evertime when I add my assembly code it will uploading with messed up.How do you upload nicely aligned code?
Code:
Do_UP movlw .10
movwf Hold_Time
incf Character,F
movf Character,W
xorlw .94
btfss STATUS,Z
goto Do_UP_Select
clrf Character
Do_UP_Select movf Character,W
call Load_Char
call Adjust_FSR
;
Do_Check_Up_Rel btfsc PORTB,4
goto Text_Key_Check
btfss Flag_Register,End_Frame
goto $-1
bcf Flag_Register,End_Frame
decfsz Hold_Time,F
goto Do_Check_Up_Rel
goto Do_UP