huayong.asm
来自「辞典 dict3.asm.grammar.asm,newword.asm 学」· 汇编 代码 · 共 54 行
ASM
54 行
; ***************************************************************************
; * Project : Electronic Dictionary *
; * Date : 2003.9 *
; * File Name : HUAYONG.ASM *
; ***************************************************************************
;;=====================================================
;; ***** MC308 dictionary *****
;; -----------------------------
;; MICON electronic Co., Ltd.
;; ---------------------------
;; Version 1.00 Date : 7/12/99
;; -------------------------
;; Written by : Alan
;; -----------------------
;; MCU : ST2100 ( Sitronix) ( 3 Vol. )
;; XTAL : 32768 Hz
;; RC. OSC. : 2000 KHz
;; Instruction cycle : 8 uS ( Fast )
;; 244 uS ( Slow )
;;=====================================================
pw 128
case off
argchk off
externs on
include st2202.def ;; Include ST2100 I/O define.
include Data.def ;; Data RAM define.
include Bios.h
include Graphics.h
include Keydef.def
include Graph.def
include huayong.def
include fulu1.def
public huayong_event
public huayong_HSec
public huayong_Sec
public huayong_Min
public huayong_KeyDown
public huayong_KeyUp
public huayong_Timer
public huayong_KeyPress
public huayong_Load
public huayong_help
public yiadd_11_1_ban_up
;;=====================================================
;; Event vector table.
DS0 .SECTION
huayong_event:
dw huayong_Bank
dw huayong_HSec-1 ;;半秒事件
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?