资源列表
16f676-experiment
- an experiment with pic 16f676 asm
E820
- E820表信息的获取,让你了解system如果划分地址空间。-we can get the E820 information with the tool
calculator
- assembly code for calculator
Bootkit_rev
- bootkit样本分析文章 纯汇编bootkit,32位保护模式下的。
exam1new
- 冒泡排序 用冒泡排序的方法给9个数排序,用的是二重循环-Bubble sort bubble sort method to sort the number 9, using a double loop
weiji
- 人机对话 学习和熟悉DOS功能调用。 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,退出程序;否则,
Assembly-language-string-matching
- 汇编语言 字符串匹配 汇编基本要求的 汇编入门程序-Assembly language string matching
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
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
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
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
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_
