📄 main.lis
字号:
.module main.c
.text
0000 .dbfile C:\Documents\Software\AVR\lcd16x2\code\main.c
.area text
0000 .dbfile C:\Documents\Software\AVR\lcd16x2\code\main.c
0000 .dbfunc s main _main fI
.even
0000 _main::
0000 .dbline 16{
; /* ATmega103 main.c file
;
; Author : Robert Stuart
; Company : PDL Industries
; Date of Creation : 13 April 2000
; Tested : Not yet
;
; Function :
; Updates the LCD when not servicing interrupts.
; */
;
; /* include */
; #include "main.h"
;
; int main( void )
; {
0000 .dbline 17
; AVRInitialise(); /* initial all ports, registers and parameters */
0000 0E940000 call _AVRInitialise
0004 0C940800 jmp L3
0008 L2:
0008 .dbline 20
0008 .dbline 21
0008 F894 bclr 7
000A .dbline 23
000A 0E940000 call _RefreshLCD
000E .dbline 25
000E 7894 bset 7
0010 .dbline 26
0010 L3:
0010 .dbline 19
;
; while ( TRUE ) /* forever */
0010 0C940400 jmp L2
0014 X0:
0014 .dbline 28
; {
; GID;
;
; RefreshLCD(); /* update the lcd */
;
; GIE;
; }
;
; return 0;
0014 0027 clr R16
0016 1127 clr R17
0018 L1:
0018 0895 ret
001A .dbline 29}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -