📄 vlir2.s
字号:
; Maciej 'YTM/Elysium' Witkowiak; 06.06.2002; This is source for loadable VLIR-structured program part; similar to vlir1 except the fact that this is chain #2 .include "../../../libsrc/geos/inc/const.inc" .include "../../../libsrc/geos/inc/jumptab.inc" .include "../../../libsrc/geos/inc/geossym.inc" .include "../../../libsrc/geos/inc/geosmac.ca65.inc" .export VLIR2_Function1 .export VLIR2_Function2 .segment "VLIR2"VLIR2_Function1: jmp Function1VLIR2_Function2: jmp Function2 ; etc.paramString: .byte DEF_DB_POS | 1 .byte DBTXTSTR, TXT_LN_X, TXT_LN_2_Y .word line1 .byte DBTXTSTR, TXT_LN_X, TXT_LN_3_Y .word line2 .byte OK, DBI_X_0, DBI_Y_2 .byte NULLFunction2: LoadW r0, paramString jsr DoDlgBoxFunction1: rtsline1: .byte "This is in module 2",0line2: .byte "This is in module 2",0
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -