# 80x86汇编 **Repository Path**: dingjun19288110/ex0000 ## Basic Information - **Project Name**: 80x86汇编 - **Description**: No description available - **Primary Language**: Assembly - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-07 - **Last Updated**: 2021-12-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 80x86汇编练习 #### 进入每一个而子目录 cd ex01 #### 编译源文件: nasm ex01.asm #### 将编译好的ex01文件写入启动软驱中: dd if=ex01 of=floppy.img bs=512 count=1 conv=notrunc #### 用bochs启动调试: bochs -f bochs_rc.txt