搜索资源列表
200606200123547308806
- 小灯控制程序 *** *** 中断入口程序 *** ORG 0000H 程序执行开始地址 LJMP START 跳至START执行 ORG 0003H 外中断0中断入口地址 RETI 中断返回(不开中断) ORG 000BH 定时器T0中断入口地址 RETI 中断返回(不开中断) ORG 0013H 外中断1中断入口地址 RETI 中断返回(不开中断) ORG 001BH 定时器T1中断入口地址 RETI 中断返回(不开中断)
DPJ
- ORG 0000H ljmp star org 0003h ljmp $ star:mov p1,#00h mov p2,#00h mov p3,#00h int: setb ea jiance bit p1.0 shoud bit p1.1 zid bit p1.2 syajin bit p1.3 smanjin bit p1.4 jkaiguan bit p1.5 xianwei bit p1.6 tingzhi bit
20070410110853762
- MOV P2 ,#0FFH MOV P3 ,#0FFH ACALL DEL AJMP MAIN ORG 0200H DEL: MOV R5,#04H F3: MOV R6,#0FFH F2: MOV R7,#0FFH F1: DJNZ R7,F1 DJNZ R6,F2 DJNZ R5,F3 RET END
BCD_conversion_routines
- Binary-to-BCD. Written by John Payson. Enter with 16-bit binary number in NumH:NumL. Exits with BCD equivalent in TenK:Thou:Hund:Tens:Ones. org $0010 Start of user files for 16c84- Binary-to-BCD. Written by John Payson.
huibianzhiling2.0
- 汇编指令字典2.0,其内集成了汇编程序所需的各种指令的详细介绍,并生成了.exe格式,阅读更方便!-Assembly instructions Dictionary 2.0, which integrates a variety of assembler instructions needed to detail, and generate. Exe format, read more convenient!
openSubtitle_hash
- opensubtitle.org hash algo written in masm
picPWM
- pic单片机pwm波形发生器,在pic单片机pf18f485的控制下使CCP1模块工作在脉宽调制PWM波形方式下从RC2口上输出分辨率达10位的 -LIST P=18F458 INCLUDE "P18F458.INC" DEYH EQU 0X20 DEYL EQU DEYH+1 JIANR EQU DEYH+2 存储键值用寄存器 ORG 0X00 GOTO MAIN ORG 0X08 GOTO INTSERVE ORG 0X30
huibian
- 流水,采用一个命令即可实现,适合初学者,发散性思维,然后循序渐进的进行学习- ORG 000H MAIN: MOVE P1,#0FFH CLR P1.0 LCALL DEL CPL P1.0 LCALL DEL ....
11
- 广告流水灯程序 ORG 00H MOV P2,#80H START:MOV A,#0FFH 赋初值 CLR C MOV R2,#8 LOOP:RRC A 带进位右移 MOV P1,A CALL DELAY DJNZ R2,LOOP MOV R2,#7 LOOP1:RLC A 带进位左移 MOV P1,A CALL DELAY DJNZ R2,LOOP1 JMP START DELAY:MOV R3,#20
BCD
- 按键显示不同的显示变化 需要配置成独立按键 LED1 EQU 21H LED2 EQU 22H LED3 EQU 23H ORG 00H JMP START START:MOV DPTR,#TABLE MOV LED3,#10H 显示 H 符号 MAIN: MOV A,P3 MOV B,#10H DIV AB MOV LED1,A MOV LED2,B- 按键显示不同的显示变化 需要配置成独立按键 LED1 EQU 21H
8kaiguan
- org 00h mov p2,#0FFh 屏蔽数码管位端口 main: mov p3,#0ffh 复位按键端口 mov a,p3 读键值 swap a 半字节交换 mov p1,a 输出读入的键值 jmp main -org 00h mov p2,#0FFh 屏蔽数码管位端口 main: mov p3,#0ffh 复位按键端口 mov a,p3 读键值 swap a 半字节交换
jdq-(2)
- org 00h mov p2,#0FFh 屏蔽数码管位端口 main: mov p3,#0ffh 复位按键端口 mov a,p3 读键值 swap a 半字节交换 mov p1,a 输出读入的键值 jmp main -org 00h mov p2,#0FFh 屏蔽数码管位端口 main: mov p3,#0ffh 复位按键端口 mov a,p3 读键值 swap a 半字节交换
jtd
- 交通灯模拟实验程序 GEWEI EQU 21H 个位数据 SHIWEI EQU 23H 十位数据 SCANLED EQU 25H SCANMODE EQU 26H RED EQU 28H 定义灯的缓冲区 GREEN EQU 29H YELLOW EQU 32H NUMTIM EQU 33H LED EQU 34H ORG 000H JMP START- 交通灯模拟实验程序 GEWEI EQU 21H
sum
- .org 3000 la r1, 9 counter for outer loop la r4, 36 initialize offset for saving area in memory lar r31, outerloop save target address for outerloop lar r30, innerloop save target address for innerloop outerloop: la r3, 0 initialize sum l
ORG-00H
- 无刷电机的调速程序,实现正转反转,加速减速等功能-Brushless motor speed control procedures, forward reverse, acceleration and deceleration function
51CTO
- <?XML版本=“1.0”编码=“UTF-8”独立=“是”?> <a:themeManager xmlns:a="http://schemas.openxmlformats.org/drawingml/2006/main"/>- <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <a:themeMana
[codientu.org]_uart
- UART examples UART examples-UART examples UART examples UART examples
V5YM
- 鬼影V5源码 生成* 去验证版 *好做。去后门-// Build.cpp : implementation file // #include stdafx.h #include 客户端.h #include Build.h #include encode.h #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE_
Align_RCE_BL15X
- 无刷电机电调开源代码 - BLHeli program for controlling brushless motors in helicopters Copyright 2011, 2012 Steffen Skaug This program is distributed under the terms of the GNU General Public License This file is part of BLHeli. BLH