📄 tk_wai_sem.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 (m32104) * * created from /usr/local/te/include/tk/syscall.h */#include <machine.h>#include <tk/sysdef.h>#include <sys/svc/tkfncd.h> .text .balign 4 .globl Csym(tk_wai_sem) .type Csym(tk_wai_sem), @functionCsym(tk_wai_sem): seth r4, #high(TFN_WAI_SEM) or3 r4, r4, #low(TFN_WAI_SEM) trap #TRAP_SVC jmp r14
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -