登录
首页 » Asm » Masm60

Masm60

于 2020-11-03 发布
0 279
下载积分: 1 下载次数: 2

代码说明:

说明:  (1)把该字符串传送到附加段中偏移量为GET-CHAR开始的内存单元中。 (2)比较该字符串是否与“The Computer”相同,若相同则将AL寄存器的内容置1,否则置0。并要求将比较次数送到BL寄存器中。 (3)检查该字符串是否有“&.”符,若有则用空格符将其替换。 (4)把字符串大写字母传送到附加段中以 CAPS 开始的单元中,其余字符传到以CHART开始的单元中。然后将数据段中存储上述字符串的单元清0。((1) The string is passed to the memory unit in the additional segment whose offset is the start of get-char. (2) Compare whether the string is the same as "the computer". If it is the same, set the content of Al register to 1, otherwise set it to 0. The comparison times are required to be sent to BL register. (3) Check that the string has a "&." character, and if so, replace it with a space character. (4) The uppercase letters of the string are transferred to the cells starting with caps in the additional segment, and the rest of the characters are passed to the cells starting with chart. Then, the unit in the data segment that stores the above string is cleared to 0.)

文件列表:

ex2.asm, 320 , 2020-11-02
ex3.asm, 464 , 2020-11-02
ex23.asm, 400 , 2020-11-02
ex24.asm, 587 , 2020-11-02
ex1.asm, 447 , 2020-11-02

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 22
    说明:  基于51单片机秒表的程序设计 1.设计目的: (1)利用单片机定时器中断和定时器计数方式实现秒、分定时。 (2)通过LED显示程序的调整,熟悉8155与8051,8155与LED的接口技术,熟悉LED动态显示的控制过程。 (3)通过键盘程序的调整,熟悉8155与矩阵式键盘的接口技术,熟悉键盘扫描原理。 (4)通过阅读和调试简易秒表整体程序,学会如何编制含LED动态显示、键盘扫描和定时器中断等多种功能的综合程序,初步体会大型程序的编制和调试技巧。 (Based on 51 single-chip programming stopwatch 1. Designed to: (1) the use of single-chip timer interrupt and the timer means counts seconds, minutes from time to time. (2) through the LED display adjust procedures, familiar with the 8155 and 8051,8155 and LED interface technology, familiar with the LED dynamic display of the control process. (3) through the keyboard adjust procedures, familiar with the 8155 with keyboard matrix interface technology, familiar with the keyboard scanning principle. (4) By reading and debugging the whole process simple stopwatch, learn how to prepare with LED dynamic display, the keyboard scanning and a variety of functions such as timers interrupt the General procedure, the initial experience of large-scale procedures for the preparation and debugging skills.)
    2009-03-12 10:46:22下载
    积分:1
  • 蚁群算法
    这是一份可用于matlab平台,利用蚁群算法求解旅行商问题的代码(Ant colony algorithm for traveling salesman problem)
    2019-01-26 11:46:10下载
    积分:1
  • 四则运算,同学的,不错
    四则运算,同学编的,不错-four classmates series, it is true
    2023-01-09 03:55:03下载
    积分:1
  • 黄金分割的4个子程序
    黄金分割的4个子程序-the Golden Section 4 sub-procedures
    2023-04-09 01:40:03下载
    积分:1
  • 基于的学生管理系统
    资源描述学生管理系统。由汇编语言编写的,有学生信息录入、排序、输出等功能。
    2022-03-22 09:49:52下载
    积分:1
  • 本程序是一个代有带纠错码的串行通信子程序 功能:发送方将数据连发三此,接受方按位进行最大概率纠错。程序返回时,若标志位ERR返回为1,则表示 通信失败;否...
    本程序是一个代有带纠错码的串行通信子程序 功能:发送方将数据连发三此,接受方按位进行最大概率纠错。程序返回时,若标志位ERR返回为1,则表示 通信失败;否则。接收结果放在A寄存器中。 很简单很经典的例子。有资源大家共享哦-This procedure is an error-correcting code generation has to bring the serial communication subroutine functions: sender data Lianfa three of this, the recipient in accordance with the maximum probability of bit error correction. Procedures for the return, if the flag ERR return for one, it means that communications failed otherwise. Receive the results on the A register. Very simple classic example. U.S. has resources to share, oh
    2023-03-08 01:40:04下载
    积分:1
  • dsk5416的McBSP的应用。我已经调试以确保正确…
    DSK5416的mcbsp应用.本人调试过,保证正确-Application of the McBSP DSK5416. I have been debugging to ensure that the correct
    2022-06-28 23:06:01下载
    积分:1
  • way light
    是一个汇编延时程序,适合初学者使用,当P1.0端口输出高电平,即P1.0=1时,根据发光二极管的单向导电性可知,这时发光二极管L1熄灭;当P1.0端口输出低电平,即P1.0=0时,发光二极管L1亮;我们可以使用SETB P1.0指令使P1.0端口输出高电平,使用CLR P1.0指令使P1.0端口输出低电平。 -Delay is a compilation of procedures, suitable for beginners to use, when the high output port P1.0, P1.0 = 1 that is, when the one-way light-emitting diodes based on conductivity, we can see that this light-emitting diodes L1 extinguished when P1. 0 port output low, that is, P1.0 = 0, the light-emitting diodes L1-liang we can use the command SETB P1.0 port P1.0 output high to enable the use of instructions to enable CLR P1.0 output port P1.0 low.
    2022-05-20 21:18:00下载
    积分:1
  • recursibo Fibonaci
    2022-07-14 07:25:40下载
    积分:1
  • 一个三角形程序
    用汇编编一个三角形程序-compilation series with a triangular process
    2023-03-17 14:40:04下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载