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é)生成績(jī)管理系統(tǒng)功能簡(jiǎn)介
a. 查詢指定學(xué)號(hào)學(xué)生成績(jī)記錄。
b. 按平均分順序插入一個(gè)新的學(xué)生成績(jī)。
c. 刪除指定學(xué)號(hào)學(xué)生記錄。
d. 修改指定學(xué)號(hào)學(xué)生成績(jī)記錄。
e. 在屏幕上輸出所有學(xué)生的成績(jī)。
f. 將學(xué)生成績(jī)輸出到文件。