单片机程序都有#include [reg51.h]
举一反三
- 51单片机,在keil环境编程时,添加头文件#include [reg51.h]后,可以直接使用特殊功能寄存器的符号。
- 12. #include [reg51.h]与#include “reg51.h”是等价的。
- 75.#include [reg51.h]与#include [reg52.h]是等价的。
- 51系列单片机时目前最高端的单片机
- C51程序,要使用51系列单片机的寄存器,需要在程序开头使用哪个头文件包含语句?【】 A: #include"reg51.h" B: #include"reg52.h" C: #include D: #include<intrins.h>