📄 vec.asm
字号:
;**********************************
; Main routine Vector *
;**********************************
nop ; 0
nop ; 1 you can delete this struction
jmp @@int_main ; 2 you can delete this struction
; jmp @@int_main ; 3 you can delete this struction
; JMP @@int_main ; 4 ; reserved for user!
; JMP @@int_main ; 5 ; |
; JMP @@int_main ; 6 ; |
; JMP @@int_main ; 7 ; reserved for user!
;**********************************
; Interrupt Vector *
;**********************************
org 08h
jmp @@int_rs ; 8 Interrupt Service Routine
jmp @@int_main ; 9 you can delete this struction
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -