📄 gosd.lst
字号:
C51 COMPILER V7.50 GOSD 12/14/2005 10:05:33 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE GOSD
OBJECT MODULE PLACED IN .\OBJ\gosd.obj
COMPILER INVOKED BY: C:\Keil\C51\BIN\C51.EXE gosd.c LARGE OPTIMIZE(9,SIZE) BROWSE PRINT(.\LST\gosd.lst) OBJECT(.\OBJ\gos
-d.obj)
line level source
1 /*
2 ********************************************************************************
3 *
4 * (c) Copyright 2002, Vineyard Technologies, Inc.
5 *
6 * Filename : gosd.c
7 * Programmer(s): Steve KyeongHyeon Lee
8 * Created : 2003/05/07
9 * Description :
10 *
11 * Modified :
12 * 20030109
13 * Owen Kwon
14 * changed each display procedures
15 *
16 *
17 * COMPILE OPTIONS
18 * OSD_DEBUG_BOUNDARY
19 * - description change top/bottom line position for debugging for
20 * boundary drawing procedure
21
22 ********************************************************************************
23 */
24 #include "types.h"
25
26 #define COMPRESSED_FONT 1
27
28 #include "8052reg.h"
29 #include <stdio.h>
30 #include <absacc.h>
31 #include "eprom.h"
32 #include "main.h"
33 #include "gio.h"
34 #include "hdd_if.h"
35 #ifdef COMPRESSED_FONT
36 #ifdef FONT_SC
37 //#include "cmsc720a.h"
38 //#include "cmsc1010b.h"
39 //#include "cmsc1012a.h"//フ︹娩
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -