# emulatorMcs51 freebasic **Repository Path**: mcu_rookie/emulatorMcs51 ## Basic Information - **Project Name**: emulatorMcs51 freebasic - **Description**: 用freebasic编写的一个51单片机模拟器 - **Primary Language**: 其他 - **License**: MPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2021-01-17 - **Last Updated**: 2021-11-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # emulatorMcs51 #### 介绍 用freebasic 语言写的一个简单的51单片机模拟器 ![mcs51 a](img/a.jpg) #### 软件架构 软件架构说明 #### 安装教程 make #### 使用说明 c51 -d hexfilepath -d :调试模式 按 n 就可以执行下一条语句 hexfilepath 编译好的hex文件路径 #### 参与贡献