搜索资源列表
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.用户以此模板写程序只需写用户的进程子程序和用户初始化子程序,并把各进程
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
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.
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
delayasm
- 单片机延时程序,最近做单片机程序的时候,需要若干段较为精确的延时。用C语言不容易做出,而且我用的是STC的单片机,每条指令与51相比所花的时间有差异。最后决定采用C语言中嵌入汇编的方式来解决。 -SCM delay procedure, recently made SCM process, the need for a more accurate delay several segments. With C language is not easy to make, and I use th
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.)