搜索资源列表
BCD码相乘
- BCD码相乘,汇编环境里没有对压缩BCD码相乘的调整,相当于作业吧!-BCD multiply, the compilation environment where no compression BCD multiplication of adjustment, which is equivalent to operating!
2tobcd
- 二进制码转换成组合BCD码的汇编实现。 下载后,将后缀改为asm即可-converted into binary code BCD portfolio compilation of achievement. After downloading, the suffix will be replaced asm
BCD-int
- BCD码和16/32位有符号以及无符号整型数之间的转换-BCD and 16/32 bits signed and unsigned integer conversion between the
jk
- 寄存器所储存的数据的数据经由数据选择器进入,在进由译码电路将原来的BCD码转换成七段显示器的显示码,之后传送到七段显示器。请注意,四个七段显示器是轮流点亮而非一起点亮,其显示扫描的速度必须和数据选择器器同步,因此需要一个计数器来提供两者的扫描信号。事实上,显示器扫描信号和键盘扫描信号两者对扫描信号的速度要求相近,所以可以共享一组扫描信号。-stored in the register of data through the data selector entry, Progressive by
wodechengxu.asm
- 温度的测量,包括bcd码转换子程序,延时子程序,a/d转换子程序等-temperature measurements, including bcd subroutine code-switching, delay subroutine, a / d conversion, and other subroutine
shuanzijieerjinzhizhuanhuan
- 双字节二进制数转换为十进制数子程序------- ;--------功能:双字节二进制数转换成五位BCD码-double byte binary number to decimal number subroutine ------- ;-------- functions : double-byte binary conversion into five BCD
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
- 可以转换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码的加法,并且带有进位。还可以利用逻辑电路实现此功能。-Code to achieve a BCD adder, and a binary. Logic circuits can also be used to achieve this functionality.
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
16-BCD
- 汇编语言实验设计关于16进制数转换为BCD码形式-Assembly language, the number of experimental design on the 16 hexadecimal form converted to BCD code
bcd
- 能够实现2个bcd码相乘,并未把结果存到已知的存储单元中-Bcd code to achieve two multiply, did not save the results to the known storage unit
BCD-xiangcheng---huibian
- BCD码相乘的程序,可以帮你实现BCD的相乘,程序写得很不错哦-BCD multiplication procedures, can help you achieve BCD multiplication, procedures very good oh
dec-to-bcd
- 若在内存的输入缓冲区ASCBUF中,已有若干个用ASCII码表示的十进制数码.要求把它们转换为相应的BCD码,且把两个相邻存储单元的十进制数码的BCD码合并在一个存储单元中,且地址高的放在前四位,存放在BCDBUF区域。-dec to BCD code
Decimal-ASCII-code-to-BCD
- 通过汇编语言实现十进制ASCII码转成BCD码-Through the decimal ASCII code assembly language into BCD code
Four-digits-input-to-BCD-
- 将输入的四位数字转换为BCD码(压缩的和非压缩的)。-Four digits input to BCD (compressed and uncompressed).
4位BCD相加
- 用8086汇编语言实验:字符型数据与数值型数据的相互转换。4位BCD码输入及相加。(Experiment with 8086 assembly language: conversion between character data and numeric data. 4 bit BCD code input and add.)