📄 makeiftd.pl
字号:
#! /usr/local/bin/perl## ----------------------------------------------------------------------# micro T-Kernel## Copyright (C) 2006-2007 by Ken Sakamura. All rights reserved.# micro T-Kernel is distributed under the micro T-License.# ----------------------------------------------------------------------## Version: 1.00.00# Released by T-Engine Forum(http://www.t-engine.org) at 2007/03/26.## ----------------------------------------------------------------------### makeiftd.pl## generate interface library for AT9155800A#sub makelib{ print LIB <<EndOfIfLibBody;#include <machine.h>#include <tk/sysdef.h>#include <sys/svc/$fn_h>#include "utk_config.h"#if USE_TRAP || (USE_DBGSPT && USE_HOOK_TRACE) .text .balign 4 .globl Csym(${func}) .type Csym(${func}), %functionCsym(${func}): stmfd sp!, {lr} ldr ip, =TDFN_${Func}#if USE_TRAP swi SWI_DEBUG#else bl Csym(knl_call_dbgspt)#endif ldmfd sp!, {lr} bx lr#endifEndOfIfLibBody}1;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -