SWI with ARTX Kernel and RealView Compiler
This example program shows how to implement software interrupt functions in an application that uses the ARTX Kernel. The example uses the RealView Compilation Tools.
The file SWI_Table.s implements the SWI function table. The SWI function declarations and implementations are demonstrated in the file Artx_SWI.c.
學(xué)生成績管理系統(tǒng)功能簡介
a. 查詢指定學(xué)號學(xué)生成績記錄。
b. 按平均分順序插入一個新的學(xué)生成績。
c. 刪除指定學(xué)號學(xué)生記錄。
d. 修改指定學(xué)號學(xué)生成績記錄。
e. 在屏幕上輸出所有學(xué)生的成績。
f. 將學(xué)生成績輸出到文件。