⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 study.asm

📁 辞典 dict3.asm.grammar.asm,newword.asm 学习 learn.asm 名片 userinf.asm 备忘 userinf.asm 提醒 userinf
💻 ASM
字号:
; ***************************************************************************
; *     Project : Electronic Dictionary                                     *
; *        Date : 2003.9                                                    *
; *   File Name : STUDY.ASM                                                 *
; ***************************************************************************

        pw      128
        case    off
        argchk  off
        externs on

        include st2202.def             ; Include ST2100 I/O
        include Data.def               ; Data RAM define.
        include Bios.h
        include Graphics.h
        include Keydef.def
        include Graph.def
        include study.def

        include study.h
        include extract.h
        include 5000lib.ref
        include xyhaddr.h
        INCLUDE ST2202.MAC             ; Include ST2100 I/O

        public  studyevent
        public  studybank
        public  study_init
        public  delay1s
        public small_letter_key_table
	public large_letter_key_table
	public small_letter_table
	public large_letter_table
	PUBLIC	studyload_0
	public	Go_To_Lmainu
	public	Go_To_Lmain
	public	which_song

DS0     .SECTION                       ; Data ROM location 10000h(Bank#2)

	include	rightbmp.asm
	include	wrong1.asm
	include	wrong2.asm
	include	teach.asm
;[V]-----------------------------------------------[V]
;       Event process vector.
;[V]-----------------------------------------------[V]
studyevent:
        dw      StudyBank
        dw      studyHSec-1            ;半秒事件 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -