搜索资源列表
8052os
- /*看大家都在学操作系统,我也想学学。所以想用51写一个来玩玩,发现比较郁闷。 弄了几下,不想再弄了,51弄这个没啥意思。我用的89S52,除了速度慢,RAM资源 太少之外,其它都还过得去。弄了一点代码出来,放在那也没啥用,不如拿上来 给新手看看,一个任务调度的雏形是什么样子的~~~~~~~~~这些代码没有经过优化, 我只求实现任务切换的功能。 利用定时器2产生10mS的定时中断作为时钟节拍,任务切换时保存工作寄存器等操作 嵌入了汇编指令,因此Task_Switch.
hongwaictrl
- 红外收发遥控的51单片机例子程序,基于STC89C52单片机,通用51汇编指令
51单片机汇编指令工具包
- 51单片机汇编指令工具包-51 SCM compilation instructions Kit
MASM51手册
- 51汇编用户手册中文版,讲解51汇编指令和应用。-compilation of 51 Chinese version of a user manual, on 51 compilation instructions and applications.
多任务 多进程
- 多任务 多进程 51 单片机 C 语言 1.本程序不使用任何汇编指令 2.由定时器T0产生中断,切换进程 3.由于中断或调用子程序,要把PC堆栈,故可以以SP为基址的地方找到PC 4.中断或子程序返回,要把SP出栈给PC,故可以操作SP改变程序入口 5.本程序经调试运行 电路图已上传 6.程序编译是会有一个警告提示,为正常现象,因为保存R0-R7时,重新定义地址, 出现地址覆盖的警告提示。 7.用户以此模板写程序只需写用户的进程子程序和用户初始化子程序,并把各进程
sht10
- sht10和51单片机通过汇编指令通信测试温湿度程序-sht10 and 51 single chip communication through the assembly instructions of temperature and humidity testing procedures
MACRO_SONIX_KUO
- 一个sonix的仿51单片机指令macro,在写汇编时超好用,可读性超强-Sonix 51 imitation of a single-chip instruction macro, in writing, when the compilation超好用, readability Superacid
51mcu_program
- 本文档是51单片机汇编程序指令集说明,欢迎学习51单片机的朋友下载-This document is 51 single-chip assembler instruction set that welcomes friends to learn 51 SCM Download
gongju
- 51单片机编程助手,支持c51及汇编,并提供汇编指令表-51 MCU programming assistant, support c51 and compile, and provide assembly instruction sheet
MCS51microcontroller
- 非常好的介绍MCS-51单片机以及汇编指令编程的文挡!可以打好扎实的基础。-Very good descr iption as well as the MCS-51 microcontroller programming text block assembly instructions! You can lay a solid foundation.
51kaifa
- 51单片机开发宝典,C语言和汇编语言交叉开展.包括原理图和相应的程序,值得一看! 目录 第1部分 51系列单片机基础 第1章 51系列单片机概述 第2章 51系列单片机基本结构 第3章 51系列单片机的指令系统 第4章 51系列单片机的定时/计数器 第5章 51系列单片机中断系统 第6章 51系列单片机的串行接口 第2部分 51系列单片机程序设计 第7章 汇编语言程序设计 第8章 单片机C语言程序设计基础 第9章 C51的数据结构与函数 第10
L1
- MCS-51单片机的减法汇编指令的测试程序-MCS-51 microcontroller subtraction test procedures for assembly instructions
Compilation_51_classic_MCU_instruction_to_teach.ra
- 51单片机指令系统汇编经典教Compilation of 51 classic MCU instruction to teach-Compilation of 51 classic MCU instruction to teach Compilation of 51 classic MCU instruction to teach
MCS-51huibian
- MCS-51单片机编程所需的全部汇编指令,指令手册集合-MCS-51 microcontroller programming required by the assembly instructions, instruction manual collection
MCS-51
- MCS-51单片机实验基础知识教程 包括结构、接口、汇编指令-MCS-51 SCM textbook
AT89S51-example-tutorial
- AT89S51实例教程,51汇编指令实例,51汇编指令集-AT89S51 example tutorial 51 assembly instructions examples, 51 assembly instruction set
51HuiBian
- 51系列单片机汇编语言指令汇总。包含所有汇编基本语句-51 series microcontroller assembly language instruction summary. Contains all the compilation of basic statement
8051
- 8051单片机汇编语言指令工具包,包括: CASM.exe: 51/96系列编译程序,汉语提示,原程序注解可用中文。使用格式: casm 文件名。 ce.exe: 汉化文本编辑器。 cho.exe: 汉化HEX-BIN转换器。 cho1.exe: 另一个汉化HEX-BIN转换器。 asmread.exe: casm.exe使用说明。 com51.exe: 8051汇编指令集。 ram51.exe: 8051内RAM一览表。
sht10
- sht10和51单片机通过汇编指令通信测试温湿度程序-sht10 and 51 single chip communication through the assembly instructions of temperature and humidity testing procedures
51汇编
- 这是我认为51汇编里面比较好理解的书籍,以及我简单整理的汇编指令文档一份。入门学习还是不错的。(This is a book that I think is better understood in the 51 assembly, as well as a document of assembly instructions that I simply organized. Initial study is still good.)