资源列表
huibianPPT
- 这个是汇编的电子课件,石老师授课用的 含金量很高-This is a compilation of electronic courseware, stone used for teachers to teach high gold content
3
- 字符串转换和拷贝 Data segment str_a db ‘assembly language is not difficult’ str_b db 40 dup (?) Data ends 请将字符串str_a中的字符转换成大写并拷贝到str_b中。 编写程序,编译连接,用DEBUG运行调试 -String conversion and copying Data segment str_a db ' assembly language is not dif
4
- 编写程序将含有20个数据的数组M分成两个数组:正数组P和负数组N,并分别统计两个数组的个数,显示在屏幕上。 M DB 1,3,-4,…….. ;20个 P DB 20 DUP (?) N DB 20 DUP(?) -Write a program will contain an array of M 20 data into two arrays: an array P and the negative group is N, and two arrays were the nu
ZIFUPIPEI
- 编写程序,实现两个字符串比较。则显示“MATCH”,否则,显示“NOMATCH”-Write a program to achieve two string comparison. Shows the " MATCH" , otherwise, the show " NOMATCH"
IntelCodeTable
- Intel Code Table ,Intel Assembler 80186 and higher
song
- 基于PIC16F877的播放歌曲 两只老虎 源汇编代码 适合初学者学习 推荐-Songs to play on two tigers PIC16F877 assembly code for beginners to learn the source recommended
LED
- 基于PIC877的流水灯汇编源代码 适合初学者 推荐 -PIC877 of water-based light source assembly recommended for beginners
8259
- 微机实验作业之一,是使用8259芯片,中断触发事件的案例之一-it is an example using 8259 chips
huibian
- 汇编指令的pdf文档,介绍常用的汇编指令。-Assembly instructions pdf document that describes the compilation of commonly used commands.
5
- 用15行*16列的表格形式显示ASCII码为10H——100H的所有字符,每行中的相邻的两个字符用空格(ASCII码为0)隔开。-16 columns by 15 rows* ASCII code table is displayed as 10H- 100H all the characters in each line with a space adjacent to the two characters (ASCII code 0) separated.
liangshuxiangcheng
- 实现十进制数的乘法,被乘数和乘数均以ASCH码形式存放在内存中,乘 积在屏幕上显示出来。 -Implement decimal multiplication, the multiplicand and the multiplier are stored in memory ASCH code form, the product is displayed on the screen.
LIANGGESHIJINZHIXIANGJIA1
- 两个十进制相加 两个数 和 结果都在屏幕上显示出来-Add two numbers and two decimal results are displayed on the screen
