搜索资源列表
BCD码相乘
- BCD码相乘,汇编环境里没有对压缩BCD码相乘的调整,相当于作业吧!-BCD multiply, the compilation environment where no compression BCD multiplication of adjustment, which is equivalent to operating!
BCD-int
- BCD码和16/32位有符号以及无符号整型数之间的转换-BCD and 16/32 bits signed and unsigned integer conversion between the
BCD
- 生成BCD码。 Name: BIN3toBCD4 Func:2字节二进制整数--->>BCD码四字节转换(Comped BCD) Input: 3进制数人低字节到高字节存放在内部RAM50H,51H,52h单元中 Output: BCD码人低位到高位分别存放在内部RAM53H,54H,55H,56H单元中 USE: R7-R0, 56H-50H-generation BCD. Name : BIN3toBCD4 Func : 2-byte binary integers -- gt;
BCD-HEX-BIN
- 几种码制之间的转换 BCD HEX BIN
HEX-BCD.ZIP
- BCD转HEX的51单片机原代码,已经在AT89C51开发台平上调试通过了
BCD
- 可以转换BCD码的asm文件 已通过masm6.0在dos下测试成功
16转bcd码
- 双字节转BCD码-two-bit BCD switch
非压缩BCD减法
- 汇编写的非压缩BCD码减法。实现两个非压缩BCD码在机器语言中的减法。但未实现输入-compilation write uncompressed BCD subtraction. Achieving two non-compressed BCD in the machine language of subtraction. But to achieve the importation
bcd
- 汇编语言bcd乘法源代码 代码正确可以直接运行-Assembly language source code for bcd multiplication can be directly run correctly
BCD
- BCD相乘的一个小程序!!!!第一次上载请见谅-BCD multiplication of a small program! ! ! ! First upload sorry
bcd
- 单字节十六进制整数转换成单字节BCD码整数 入口条件:待转换的单字节十六进制整数在累加器A中。 出口信息:转换后的BCD码整数(十位和个位)仍在累加器A中,百位在R3中。 影响资源:PSW、A、B、R3 堆栈需求: 2字节-Single-byte hexadecimal integer into BCD code single-byte integer entrance conditions: to be the conversion of single-byte hexade
BCD
- BCD=Boot Configuration Data (启动设置数据) ,BCD是操作系统中的启动设置数据, 在有vista或windows7的多重操作系统中,系统通bootmgr程序导入BCD文件完成启动菜单的引导。 可用bcdedit.exe程序来编辑BCD文件,来调整开机默认操作系统和等待时间。 -bcd
bcd
- 实现一位BCD码的加法,并且带有进位。还可以利用逻辑电路实现此功能。-Code to achieve a BCD adder, and a binary. Logic circuits can also be used to achieve this functionality.
bcd
- Routine to convert to bcd
binarytobcd
- binary to bcd which converts 8bit binary input to bcd -binary to bcd which converts 8bit binary input to bcd
bcd
- 3位BCD码转换成5位BCD码子程序-3 BCD code BCD converted into five distinctly different procedures
ascii-bcd
- 可以把ASCII转换为BCD码,即运用汇编将提供的ascii转换为bcd码-ASCII CHANCLANTE TO BCD
16jinzhizhuanh
- 将给定的一个十六进制数,转换成十进制(BCD)码-Given in a hexadecimal number into decimal (BCD) code
16-BCD
- 汇编语言实验设计关于16进制数转换为BCD码形式-Assembly language, the number of experimental design on the 16 hexadecimal form converted to BCD code
4位BCD相加
- 用8086汇编语言实验:字符型数据与数值型数据的相互转换。4位BCD码输入及相加。(Experiment with 8086 assembly language: conversion between character data and numeric data. 4 bit BCD code input and add.)