?? test.s
字號:
.module test.c
.area text(rom, con, rel)
.dbfile C:\DOCUME~1\hu123\桌面\廣告屏程序\寫字庫程序\test.c
.dbfunc e twi_init _twi_init fV
.even
_twi_init::
.dbline 0 ; func end
ret
.dbend
.area vector(rom, abs)
.org 68
jmp _twi_isr
.area text(rom, con, rel)
.dbfile C:\DOCUME~1\hu123\桌面\廣告屏程序\寫字庫程序\test.c
.dbfunc e twi_isr _twi_isr fV
.even
_twi_isr::
.dbline 0 ; func end
reti
.dbend
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -