摘要:
实现了 增删改查 创建了一个结构体 保存 num name cout price 代码 #include<stdio.h>#include<string.h>#include<fcntl.h>#include<sys/mman.h> typedef struct{ int num; char nam 阅读全文
摘要:
单转code segement assume cs:code,ds:code org 100hstart:jmp begin psta db 05h,15h,14h,54h,50h,51h,41h,45h ;相序表message db 'Press sw2 to start !' ;系统提示 db ... 阅读全文