vec.asm
来自「基本完成迷控制算法」· 汇编 代码 · 共 18 行
ASM
18 行
;**********************************
; 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 + =
减小字号Ctrl + -
显示快捷键?