📄 study.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 + -