?? plane050930v01.asm
字號:
;********************************************************
; COMPANY : CHOMP *
; PROJECT NAME : *
; Author : *
; VERSION : V0.0 *
; START DATE : 2004.12. *
; COMPLISH DATE: 2004.12. *
; Modify : 2004.12. *
; BODY : SN8P2602 *
; COMPILER : 2K *
; CRYSTAL : 4MHz *
; Modify function: *
; *******************************************************
;//Set ICE emulation mode.Pay attention to it be reset after emulation.
;ICE_MODE EQU 1
;// Please set ICE_MODE equ 0 and recompiler before write the code into IC body
;//ICE_MODE EQU 0
chip sn8p2602a
//{{SONIX_CODE_OPTION
.Code_Option Noise_Filter Disable
.Code_Option Reset_Pin P15
.Code_Option Watch_Dog Disable ; Disable Watchdog
.Code_Option High_Clk 4M_X'tal ; Crystal/Resonator: 2Mhz~10Mhz
.Code_Option Fcpu #0 ; Fcpu = High_Clk/1
.Code_Option Security Enable
//}}SONIX_CODE_OPTION
include define.asm
.nolist ; do not list the macro file
INCLUDESTD MACRO1.H
INCLUDESTD MACRO2.H
INCLUDESTD MACRO3.H
INCLUDESTD SN8P2X_ICE.H
;-----------------------------------------------
.list
;***********************************************
.code
org 0h
jmp start
org 08h
jmp interruptSub
org 10h
include main.asm
include app.asm
include int.asm
include key.asm
; include disasm.asm
;***********************************************
endp
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -