📄 ylf240128.lis
字号:
0504 0E30 .byte 14,48
0506 F830 .byte 248,48
0508 1830 .byte 24,48
050A 19BC .byte 25,188
050C FFF6 .byte 255,246
050E 19B3 .byte 25,179
0510 3B33 .byte 59,51
0512 3F30 .byte 63,48
0514 7E33 .byte 126,51
0516 7E33 .byte 126,51
0518 D806 .byte 216,6
051A 180C .byte 24,12
051C 1818 .byte 24,24
051E 1870 .byte 24,'p
0520 19C0 .byte 25,192
0522 1F00 .byte 31,0
0524 .dbsym e miao16 _miao16 A[32:32]kc
0524 _dao16::
0524 1806 .byte 24,6
0526 1FE6 .byte 31,230
0528 1B06 .byte 27,6
052A 3306 .byte 51,6
052C 3E1E .byte 62,30
052E 7CDE .byte 124,222
0530 FFFE .byte 255,254
0532 33DE .byte 51,222
0534 331E .byte 51,30
0536 3FFE .byte 63,254
0538 331E .byte 51,30
053A 331E .byte 51,30
053C 3306 .byte 51,6
053E 33E6 .byte 51,230
0540 3F1E .byte 63,30
0542 300C .byte 48,12
0544 .dbsym e dao16 _dao16 A[32:32]kc
0544 _ji16::
0544 6030 .byte 96,48
0546 3030 .byte 48,48
0548 3830 .byte 56,48
054A 3030 .byte 48,48
054C 0030 .byte 0,48
054E FBFF .byte 251,255
0550 1830 .byte 24,48
0552 1830 .byte 24,48
0554 1830 .byte 24,48
0556 1830 .byte 24,48
0558 1830 .byte 24,48
055A 1B30 .byte 27,48
055C 1E30 .byte 30,48
055E 1C30 .byte 28,48
0560 1830 .byte 24,48
0562 0030 .byte 0,48
0564 .dbsym e ji16 _ji16 A[32:32]kc
0564 _tshi16::
0564 0018 .byte 0,24
0566 0018 .byte 0,24
0568 7E18 .byte 126,24
056A 6618 .byte 'f,24
056C 67FF .byte 'g,255
056E 6618 .byte 'f,24
0570 7E18 .byte 126,24
0572 6798 .byte 'g,152
0574 66D8 .byte 'f,216
0576 66D8 .byte 'f,216
0578 7E18 .byte 126,24
057A 0018 .byte 0,24
057C 0018 .byte 0,24
057E 0018 .byte 0,24
0580 0078 .byte 0,'x
0582 0030 .byte 0,48
0584 .dbsym e tshi16 _tshi16 A[32:32]kc
0584 _m16::
0584 0000 .byte 0,0
0586 0000 .byte 0,0
0588 0000 .byte 0,0
058A 0000 .byte 0,0
058C 0000 .byte 0,0
058E 0000 .byte 0,0
0590 0000 .byte 0,0
0592 FF00 .byte 255,0
0594 6D80 .byte 'm,128
0596 6D80 .byte 'm,128
0598 6D80 .byte 'm,128
059A 6D81 .byte 'm,129
059C 6D81 .byte 'm,129
059E FF83 .byte 255,131
05A0 0003 .byte 0,3
05A2 0006 .byte 0,6
05A4 .dbsym e m16 _m16 A[32:32]kc
05A4 _s16::
05A4 0000 .byte 0,0
05A6 0000 .byte 0,0
05A8 1800 .byte 24,0
05AA 3000 .byte 48,0
05AC 3000 .byte 48,0
05AE 6000 .byte 96,0
05B0 6000 .byte 96,0
05B2 C03F .byte 192,63
05B4 C063 .byte 192,'c
05B6 8060 .byte 128,96
05B8 803E .byte 128,62
05BA 0003 .byte 0,3
05BC 0063 .byte 0,'c
05BE 007E .byte 0,126
05C0 0000 .byte 0,0
05C2 0000 .byte 0,0
05C4 .dbsym e s16 _s16 A[32:32]kc
.area text(rom, con, rel)
0000 .dbfile D:\单片机编程\iccavr\YLF240128A\20070815\YLF240128.c
0000 .dbfunc e McuInit _McuInit fV
.even
0000 _McuInit::
0000 .dbline -1
0000 .dbline 1255
0000 ; /*
0000 ; WR -- PB.3
0000 ; RD -- PB.4
0000 ; CD -- PB.5
0000 ; RESET -- PA.7
0000 ; */
0000 ;
0000 ; #include <iom16v.h>
0000 ; #include <macros.h>
0000 ;
0000 ; #define WR_OUT DDRB|=BIT(3)
0000 ; #define WR_SET PORTB|=BIT(3)
0000 ; #define WR_CLR PORTB&=~BIT(3)
0000 ;
0000 ; #define RD_OUT DDRB|=BIT(4)
0000 ; #define RD_SET PORTB|=BIT(4)
0000 ; #define RD_CLR PORTB&=~BIT(4)
0000 ;
0000 ; #define CD_OUT DDRB|=BIT(5)
0000 ; #define CD_SET PORTB|=BIT(5)
0000 ; #define CD_CLR PORTB&=~BIT(5)
0000 ;
0000 ; #define RS_OUT DDRA|=BIT(7)
0000 ; #define RS_SET PORTA|=BIT(7)
0000 ; #define RS_CLR PORTA&=~BIT(7)
0000 ;
0000 ; #define DBOUT DDRD=0xFF
0000 ; #define DBIN DDRD=0x00
0000 ; #define DTON PORTD=0xFF
0000 ; #define DTOFF PORTD=0x00
0000 ;
0000 ; #define dataout PORTD
0000 ; #define datain PIND
0000 ;
0000 ; #define uchar unsigned char
0000 ; #define uint unsigned int
0000 ;
0000 ; /*const uchar CGTAB[32]={
0000 ; 0xF0,0xF0,0xF0,0xF0,0xF0,0xF0,0xF0,0xF0,//左上
0000 ; 0xAA,0xAA,0xAA,0xAA,0xAA,0xAA,0xAA,0xAA,//左下
0000 ; 0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x11,//右上
0000 ; 0x11,0x00,0x00,0x00,0x00,0x00,0x00,0x11,//右下
0000 ; };
0000 ; */
0000 ; const uchar number[]={//0_16
0000 ; 0x00,0x00,0x00,0x00,0x00,0x00,0x1C,0x00,
0000 ; 0x36,0x00,0x63,0x00,0x63,0x00,0x63,0x00,
0000 ; 0x63,0x00,0x63,0x00,0x63,0x00,0x63,0x00,
0000 ; 0x36,0x00,0x1C,0x00,0x00,0x00,0x00,0x00,
0000 ;
0000 ; //1_16
0000 ; 0x00,0x00,0x00,0x00,0x00,0x00,0x18,0x00,
0000 ; 0x78,0x00,0x18,0x00,0x18,0x00,0x18,0x00,
0000 ; 0x18,0x00,0x18,0x00,0x18,0x00,0x18,0x00,
0000 ; 0x18,0x00,0x7E,0x00,0x00,0x00,0x00,0x00,
0000 ;
0000 ; //2_16
0000 ; 0x00,0x00,0x00,0x00,0x00,0x00,0x3E,0x00,
0000 ; 0x63,0x00,0x63,0x00,0x63,0x00,0x06,0x00,
0000 ; 0x06,0x00,0x0C,0x00,0x18,0x00,0x30,0x00,
0000 ; 0x63,0x00,0x7F,0x00,0x00,0x00,0x00,0x00,
0000 ;
0000 ; //3_16
0000 ; 0x00,0x00,0x00,0x00,0x00,0x00,0x3E,0x00,
0000 ; 0x63,0x00,0x63,0x00,0x06,0x00,0x1C,0x00,
0000 ; 0x06,0x00,0x03,0x00,0x03,0x00,0x63,0x00,
0000 ; 0x66,0x00,0x3C,0x00,0x00,0x00,0x00,0x00,
0000 ;
0000 ; //4_16
0000 ; 0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x00,
0000 ; 0x0E,0x00,0x1E,0x00,0x36,0x00,0x36,0x00,
0000 ; 0x66,0x00,0x66,0x00,0x7F,0x00,0x06,0x00,
0000 ; 0x06,0x00,0x1F,0x00,0x00,0x00,0x00,0x00,
0000 ;
0000 ; //5_16
0000 ; 0x00,0x00,0x00,0x00,0x00,0x00,0x7F,0x00,
0000 ; 0x60,0x00,0x60,0x00,0x60,0x00,0x7C,0x00,
0000 ; 0x76,0x00,0x03,0x00,0x03,0x00,0x63,0x00,
0000 ; 0x66,0x00,0x3C,0x00,0x00,0x00,0x00,0x00,
0000 ;
0000 ; //6_16
0000 ; 0x00,0x00,0x00,0x00,0x00,0x00,0x1E,0x00,
0000 ; 0x36,0x00,0x60,0x00,0x60,0x00,0x7C,0x00,
0000 ; 0x76,0x00,0x63,0x00,0x63,0x00,0x63,0x00,
0000 ; 0x36,0x00,0x1C,0x00,0x00,0x00,0x00,0x00,
0000 ;
0000 ; //7_16
0000 ; 0x00,0x00,0x00,0x00,0x00,0x00,0x7F,0x00,
0000 ; 0x66,0x00,0x66,0x00,0x0C,0x00,0x0C,0x00,
0000 ; 0x18,0x00,0x18,0x00,0x18,0x00,0x18,0x00,
0000 ; 0x18,0x00,0x18,0x00,0x00,0x00,0x00,0x00,
0000 ;
0000 ; //8_16
0000 ; 0x00,0x00,0x00,0x00,0x00,0x00,0x3E,0x00,
0000 ; 0x63,0x00,0x63,0x00,0x63,0x00,0x36,0x00,
0000 ; 0x1C,0x00,0x36,0x00,0x63,0x00,0x63,0x00,
0000 ; 0x63,0x00,0x3E,0x00,0x00,0x00,0x00,0x00,
0000 ;
0000 ; //9_16
0000 ; 0x00,0x00,0x00,0x00,0x00,0x00,0x1C,0x00,
0000 ; 0x36,0x00,0x63,0x00,0x63,0x00,0x63,0x00,
0000 ; 0x37,0x00,0x1F,0x00,0x03,0x00,0x03,0x00,
0000 ; 0x36,0x00,0x3C,0x00,0x00,0x00,0x00,0x00};
0000 ;
0000 ; const uchar numbertry[]={
0000 ; 0x00,0x00,0x00,0x1C,0x36,0x63,0x63,0x63,//0
0000 ; 0x63,0x63,0x63,0x63,0x36,0x1C,0x00,0x00,
0000 ; 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0000 ; 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0000 ;
0000 ;
0000 ; 0x00,0x00,0x00,0x18,0x78,0x18,0x18,0x18,//1
0000 ; 0x18,0x18,0x18,0x18,0x18,0x7E,0x00,0x00,
0000 ; 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0000 ; 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0000 ;
0000 ; 0x00,0x00,0x00,0x3E,0x63,0x63,0x63,0x06,//2
0000 ; 0x06,0x0C,0x18,0x30,0x63,0x7F,0x00,0x00,
0000 ; 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0000 ; 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0000 ;
0000 ; 0x00,0x00,0x00,0x3E,0x63,0x63,0x06,0x1C,//3
0000 ; 0x06,0x03,0x03,0x63,0x66,0x3C,0x00,0x00,
0000 ; 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0000 ; 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0000 ;
0000 ; 0x00,0x00,0x00,0x06,0x0E,0x1E,0x36,0x36,//4
0000 ; 0x66,0x66,0x7F,0x06,0x06,0x1F,0x00,0x00,
0000 ; 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0000 ; 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0000 ;
0000 ; 0x00,0x00,0x00,0x7F,0x60,0x60,0x60,0x7C,//5
0000 ; 0x76,0x03,0x03,0x63,0x66,0x3C,0x00,0x00,
0000 ; 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0000 ; 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0000 ;
0000 ; 0x00,0x00,0x00,0x1E,0x36,0x60,0x60,0x7C,//6
0000 ; 0x76,0x63,0x63,0x63,0x36,0x1C,0x00,0x00,
0000 ; 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0000 ; 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0000 ;
0000 ; 0x00,0x00,0x00,0x7F,0x66,0x66,0x0C,0x0C,//7
0000 ; 0x18,0x18,0x18,0x18,0x18,0x18,0x00,0x00,
0000 ; 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0000 ; 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0000 ;
0000 ; 0x00,0x00,0x00,0x3E,0x63,0x63,0x63,0x36,//8
0000 ; 0x1C,0x36,0x63,0x63,0x63,0x3E,0x00,0x00,
0000 ; 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0000 ; 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0000 ;
0000 ; 0x00,0x00,0x00,0x1C,0x36,0x63,0x63,0x63,//9
0000 ; 0x37,0x1F,0x03,0x03,0x36,0x3C,0x00,0x00,
0000 ; 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0000 ; 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
0000 ;
0000 ;
0000 ; /*const uchar yang24[]={//样_24
0000 ; 0x00, 0x00, 0x00,
0000 ; 0x00, 0x00, 0x00,
0000 ; 0x07, 0x18, 0x38,
0000 ; 0x06, 0x0c, 0x70,
0000 ; 0x06, 0x0e, 0x60,
0000 ; 0x06, 0x06, 0xc0,
0000 ; 0x06, 0xc6, 0xcc,
0000 ; 0x7f, 0xff, 0xf8,
0000 ; 0x06, 0x01, 0x80,
0000 ; 0x0e, 0x01, 0x80,
0000 ; 0x0f, 0x01, 0x98,
0000 ; 0x0f, 0xbf, 0xfc,
0000 ; 0x0f, 0xc1, 0x80,
0000 ; 0x1e, 0xc1, 0x80,
0000 ; 0x1e, 0x01, 0x80,
0000 ; 0x36, 0x01, 0x8e,
0000 ; 0x66, 0x3f, 0xf8,
0000 ; 0x66, 0x01, 0x80,
0000 ; 0x06, 0x01, 0x80,
0000 ; 0x06, 0x01, 0x80,
0000 ; 0x06, 0x01, 0x80,
0000 ; 0x06, 0x01, 0x80,
0000 ; 0x06, 0x01, 0x80,
0000 ; 0x00, 0x00, 0x00};
0000 ;
0000 ; const uchar jian24[]={//件_24
0000 ; 0x00, 0x00, 0x00,
0000 ; 0x00, 0x00, 0x00,
0000 ; 0x01, 0xc1, 0xc0,
0000 ; 0x03, 0x81, 0x80,
0000 ; 0x03, 0x19, 0x80,
0000 ; 0x07, 0x39, 0x80,
0000 ; 0x06, 0x31, 0x80,
0000 ; 0x06, 0x31, 0x8c,
0000 ; 0x0f, 0x3f, 0xf8,
0000 ; 0x0e, 0x61, 0x80,
0000 ; 0x1e, 0x61, 0x80,
0000 ; 0x36, 0xc1, 0x80,
0000 ; 0x36, 0xc1, 0x80,
0000 ; 0x66, 0x01, 0x86,
0000 ; 0x06, 0xff, 0xfc,
0000 ; 0x06, 0x01, 0x80,
0000 ; 0x06, 0x01, 0x80,
0000 ; 0x06, 0x01, 0x80,
0000 ; 0x06, 0x01, 0x80,
0000 ; 0x06, 0x01, 0x80,
0000 ; 0x06, 0x01, 0x80,
0000 ; 0x06, 0x01, 0x80,
0000 ; 0x06, 0x01, 0x80,
0000 ; 0x00, 0x00, 0x00};
0000 ;
0000 ; const uchar hao24[]={//号_24
0000 ; 0x00, 0x00, 0x00,
0000 ; 0x00, 0x00, 0x00,
0000 ; 0x03, 0x00, 0x60,
0000 ; 0x03, 0xff, 0xe0,
0000 ; 0x03, 0x00, 0x60,
0000 ; 0x03, 0x00, 0x60,
0000 ; 0x03, 0x00, 0x60,
0000 ; 0x03, 0x00, 0x60,
0000 ; 0x03, 0xff, 0xe0,
0000 ; 0x03, 0x00, 0x00,
0000 ; 0x00, 0x00, 0x0e,
0000 ; 0x3f, 0xff, 0xf8,
0000 ; 0x00, 0xe0, 0x00,
0000 ; 0x00, 0xc0, 0x00,
0000 ; 0x01, 0xc0, 0x70,
0000 ; 0x01, 0xff, 0xf0,
0000 ; 0x00, 0x00, 0x60,
0000 ; 0x00, 0x00, 0x60,
0000 ; 0x00, 0x00, 0x60,
0000 ; 0x00, 0x00, 0xe0,
0000 ; 0x00, 0x00, 0xe0,
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -