摘要: 步骤一:编写代码 编写asm文件,上课示例代码如下: start: mov ax,0xb800 mov es,ax mov byte [es:0x10],'P' mov byte [es:0x11],0x0c mov byte [es:0x12],'C' mov byte [es:0x13],0x0 阅读全文
posted @ 2020-11-06 11:18 Anzer 阅读(699) 评论(0) 推荐(0) 编辑