搜索资源列表
2tobcd
- 二进制码转换成组合BCD码的汇编实现。 下载后,将后缀改为asm即可-converted into binary code BCD portfolio compilation of achievement. After downloading, the suffix will be replaced asm
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;
code_transition
- 此文件包括各种编码转换程序,比如:二进制到BCD 码转换、二进制到ASCII码转换
upload
- 汇编程序中的数制转换与DOS调用功能的结合,还有一个表处理程序,以下是程序实现的功能: 1.从键盘输入一个十进制数,转换为二进制显示在屏幕上; 2.输入十位BCD码,转换为4字节十六进制显示; 3.从键盘输入两个十进制数,相加后将结果显示在屏幕上; 4.从键盘键入一个4位十六进制数,转换为十进制显示在屏幕上; 5.对一个已知长度的从小到大的无符号字节数组查找关键字;用二分法实现
ELAN5bitBCDto16BITbin
- EM78的BCD码转十六进制表示的二进制码内带有详细注解.
EMC78
- 义隆单片机:二进制数转换为ASCⅡ码 多字节二进制加法 多字节二进制减法 二进制乘法运算 多字节二进制除法 BCD 数转换为二进制数 二进制数转换为BCD 码-Elan SCM: binary code is converted to ASC Ⅱ multi-byte binary addition multi-byte binary subtraction binary multiplication multi-byte binary division BCD number is c
B_BCD1
- 进入MF2K汇编语言开发环境,将二进制转换为BCD码的汇编程序设计方法与程序-Enter MF2K assembly language development environment, will be converted to BCD binary code compiled program design methods and procedures
WEIJI
- 微机的程序~很多~如~BCD转换成二进制~加减法运算等-Computer procedures ~ many ~ if ~ BCD ~ converted into a binary operator such as addition and subtraction
2222
- 有求20个8进制数的和的简单汇编程序;bcd码转化为二进制数;输入小写变为大写输出-There for a few 20 8 M and a simple assembler bcd code into a binary number lowercase to uppercase input output
HW1-1
- 一·数据定义及存储格式:(数据段定义不同数据演示) 数据在数据区的存储,DW、DB数据定义,十进制、二进制、B格式、H格式、BCD码、ASCII码, 正数、负数(补码)存储及汉字存储。 二·段地址与物理地址:数据段DS、ES、堆栈段SS、程序段CS 三·将数据区BUF1中前N个数,分别与数M相加,数据仍保存在原处。-Definition and a data storage format: (the definition of data different data pr
DEMO1-3
- 一·数据定义及存储格式:(数据段定义不同数据演示) 数据在数据区的存储,DW、DB数据定义,十进制、二进制、B格式、H格式、BCD码、ASCII码, 正数、负数(补码)存储及汉字存储。 二·段地址与物理地址:数据段DS、ES、堆栈段SS、程序段CS 三·将数据区BUF1中前N个数,分别与数M相加,数据仍保存在原处。-Definition and a data storage format: (the definition of data different data pr
joke
- bcd转二进制的源代码文件真的是,可以直接在电脑上运行的-bcd switch to binary is really the source code files can be run directly on the computer
ThesinglebyteTwoTurnTen
- 单字节二翻十子程序。将00H~FFH范围内二进制数转换为BCD数(0~256)。-The single byte two turn ten subroutines
2-3
- 编程将组合的BCD码9649转换成二进制数-BCD programming will be combined into a binary code 9649
Convert-binary-to-BCD
- 计算机中的数值有各种表达方式,这是计算机的基础。掌握各种数制之间的转换是一种基本功。二进制到BCD转换-There are a variety of computer numerical expression, which is the basis for the computer. Of various kinds of number system conversion between a basic skills. Convert binary to BCD
caculator
- 用汇编语言实现数值之间的转换功能,有二进制、八进制、十进制、BCD、十六进制-exchange the form of number among decimal/bcd/hex/binary/octal
transform
- 完成的功能是将未组合BCD码转换为二进制码,因为未组合BCD码每字节只存放一位BCD数,高半字节为0。所以低位主要采用十位乘10再加上个位的方法,具体通过左移来实现,最后将低位转换结果加上高位实现最终转换。-Complete the function is not BCD code into binary code, because without the combination of BCD codes per byte store only a BCD number, high byte i
WXZ
- 加法器是产生数的和的装置。加数和被加数为输入,和数与进位为输出的装置为半加器。若加数、被加数与低位的进位数为输入,而和数与进位为输出则为全加器。常用作计算机算术逻辑部件,执行逻辑操作、移位与指令调用。在电子学中,加法器是一种数位电路,其可进行数字的加法计算。在现代的电脑中,加法器存在于算术逻辑单元(ALU)之中。 加法器可以用来表示各种数值,如:BCD、加三码,主要的加法器是以二进制作运算。由于负数可用二的补数来表示,所以加减器也就不那么必要。-The adder is generated th
add
- 20个8位无符号二进制数求和 两个6位的BCD码相减-20 8-bit unsigned binary number summing two 6-digit BCD subtraction