Masm60

所属分类:汇编语言
开发工具:Asm
文件大小:1KB
下载次数:1
上传日期:2020-11-03 15:29:42
上 传 者affffy
说明:  (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)

近期下载者

相关文件


收藏者