资源列表
ATM
- 用汇编语言实现ATM存取款的作用。主要包括 退出 存款 取款 和查询-Assembly language to achieve the role of ATM withdrawal. Including deposits, withdrawals, and check out
asm
- asm绿色版本,可以认真学习汇编的东西。-asm piler,it can do it quickly!
8051CommunicationASM
- 利用MCS-51汇编语言实现的单片机通信程序,包括利用P1端口设定信号发送和接收,利用串口实现收发通信,单片机和主机通信等等。-Use of MCS-51 microcontroller assembly language communication program, including the use of P1 port setting signals to send and receive, send and receive communications using the serial
A-very-tough-little-program
- A very tough little program
SQRT
- Square Root By Newton Raphson Method This routine computes the square root of a 16 bit number(with low byte in NumLo & high byte in NumHi ). After loading NumLo & NumHi with the desired number whose square root is to be computed, bra
wendu
- 具有温度监控液晶显示功能的单片机多功能控制器-Temperature monitoring with single-chip multi-function liquid crystal display controller
BCD_SUB
- *** *** *** * Unsigned BCD Subtraction *** *** *** This routine performs a 2 Digit Unsigned BCD Subtraction. It is assumed that the two BCD numbers to be subtracted are in locations Num_1 & Num_2. The result is the difference of Num_1 & Num_
BCD_ADD
- This routine performs a 2 Digit Unsigned BCD Addition It is assumed that the two BCD numbers to be added are in locations Num_1 & Num_2. The result is the sum of Num_1+Num_2 and is stored in location Num_2 and the overflow carry is returned
ADD_BCD
- This routine performs a 2 Digit Unsigned BCD Addition It is assumed that the two BCD numbers to be added are in locations Num_1 & Num_2. The result is the sum of Num_1+Num_2 and is stored in location Num_2 and the overflow carry is returned
RS232
- Comments : (1) Full Duplex (2) Tested from 1200 to 9600 Baud( @ 8 Mhz ) (3) Tested from 1200 to 19200 Baud(@ 16 & 20 Mhz) The User gets a total time as specified by the User Cycles in the table ( or from equations ). The user routi
dd
- 人机对话 1. 程序执行后,首先询问: What’s your name? 2. 要求用户键入回答,例如输入:lily。 3. 再次询问: Which class are you in? 4. 要求用户再次键入回答,例如输入:CK09-12。 5. 回车换行。 6. 显示:Your name is lily,and your class is CK09-12. confirm(y/n)。 7. 如果回答y,退出程序;否则,返回1。 -The ma
Assembly-language-string-matching
- 汇编语言 字符串匹配 汇编基本要求的 汇编入门程序-Assembly language string matching
