makeiftd.pl
来自「日本著名的的嵌入式实时操作系统T-Kernel的源码及用户手册。」· PL 代码 · 共 44 行
PL
44 行
#! /usr/local/bin/perl## ----------------------------------------------------------------------# 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.## ----------------------------------------------------------------------### makeiftd.pl## generate interface library for MB87Q1100#sub makelib{ print LIB <<EndOfIfLibBody;#include <machine.h>#include <tk/sysdef.h>#include <sys/svc/$fn_h> .text .balign 4 .globl Csym(${func}) .type Csym(${func}), %functionCsym(${func}): stmfd sp!, {lr} ldr ip, =TDFN_${Func} swi SWI_DEBUG ldmfd sp!, {lr} bx lrEndOfIfLibBody}1;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?