Hi
I want to study the asm output file of my program that written in pbp and compiled with it. But i get in to trouble. When I open asm file with notepad the questiom marks between lines confuse me. I put a part of asm file. please tell me how i can solve this problem .
#define _CCP1CON_4 CCP1CON, 004h
#define _y_0 _y, 000h
#define _CCP1CON_5 CCP1CON, 005h
#define _y_1 _y, 001h
INCLUDE "10BITP~2.MAC"
INCLUDE "PBPPIC14.LIB"
LOW?T _TRISC_2
MOVE?CB 00Ch, CCP1CON
MOVE?CB 014h, T2CON
MOVE?CB 0FFh, PR2
LABEL?L _main
MOVE?CW 000h, _y
LABEL?L L00001
CMPGT?WCL _y, 003FFh, L00002
LCDOUT?C 0FEh
LCDOUT?C 001h
LCDOUT?C 079h
LCDOUT?C 03Dh
LCDOUTCOUNT?C 000h
LCDOUTNUM?W _y
LCDOUTDEC?
The macro files have this marks also.
Bookmarks