资源说明:汇编-成绩管理系统
成绩管理系统
DATA SEGMENT;数据段
M1 DB 'Please input A,B,C,D:',13,10,'$'
M2 DB 13,10,'Input error! ',13,10,'$'
M3 DB 13,10,'The number of A is: $'
M4 DB 13,10,'The number of B is: $'
M5 DB 13,10,'The number of C is: $'
M6 DB 13,10,'The number of D is: $'
DATA ENDS
本源码包内暂不包含可直接显示的源代码文件,请下载源码包。