摘要: 实验结论 1.实验任务1 task1.asm源码为: 1 assume cs:code, ds:data 2 3 data segment 4 x dw 1020h, 2240h, 9522h, 5060h, 3359h, 6652h, 2530h, 7031h 5 y dw 3210h, 5510 阅读全文
posted @ 2021-12-08 09:51 stCQCQ 阅读(87) 评论(1) 推荐(0)