📄 td_lst_mbf.s
字号:
/* *---------------------------------------------------------------------- * T-Kernel * * Copyright (C) 2004 by Ken Sakamura. All rights reserved. * T-Kernel is distributed under the T-License. *---------------------------------------------------------------------- * * Version: 1.01.00 * Released by T-Engine Forum(http://www.t-engine.org) at 2004/6/28. * *---------------------------------------------------------------------- *//* * T-Kernel SVC interface library (sh7751r) * * created from /usr/local/te/include/tk/dbgspt.h */#include <machine.h>#include <tk/sysdef.h>#include <sys/svc/tdfncd.h> .text .balign 2 .globl Csym(td_lst_mbf) .type Csym(td_lst_mbf), @functionCsym(td_lst_mbf): mov.l fno, r0 trapa #TRAP_DEBUG rts nop .balign 4fno: .long TDFN_LST_MBF
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -