用汇编语言统计字符串中a-z每个字符的个数 在线等急 不要太长的 100
1个回答
展开全部
年级
2010
级
班号
学号
专业
计算机科学与技术
姓名
实验
名称
统计字符串中的字符个数
实验
类型
设计型
综合陵谨型
创新型
√
实
验
目
的尺亩基
或
要
求
1
、题目:设有一字符串存放在以
STRING
为首址的数据区中,编一程序,计算该字符
串的长度并输出。
2
、要求:从键盘输入字符串,要求使用串操作指令来计算字符串的长度。
实
验
原
理
(
算
法
流
程
)
源程序代码如下耐洞:
Example assembly language program --
count number of chars in the string
; Author:
duchuanhu
; Date:
revised 12/08
.386
.MODEL FLAT
ExitProcess PROTO NEAR32 stdcall, dwExitCode:DWORD
INCLUDE io.h
; header file for input/output
cr
EQU
0dh
; carriage return character
Lf
EQU
0ah
; line feed
.STACK
4096
; reserve 4096-byte stack
.DATA
prompt1
byte
cr, lf, "Please input your string:",cr, lf,0
prompt2
byte
cr, lf, "the string have
", 0
count1
dword
11 dup (?)
prompt3
byte
'
char',cr, lf, 0
string
byte
100 dup (?)
.CODE
; start of main program code
count
proc
near32
push
ebp
mov
ebp, esp
push
edx
2010
级
班号
学号
专业
计算机科学与技术
姓名
实验
名称
统计字符串中的字符个数
实验
类型
设计型
综合陵谨型
创新型
√
实
验
目
的尺亩基
或
要
求
1
、题目:设有一字符串存放在以
STRING
为首址的数据区中,编一程序,计算该字符
串的长度并输出。
2
、要求:从键盘输入字符串,要求使用串操作指令来计算字符串的长度。
实
验
原
理
(
算
法
流
程
)
源程序代码如下耐洞:
Example assembly language program --
count number of chars in the string
; Author:
duchuanhu
; Date:
revised 12/08
.386
.MODEL FLAT
ExitProcess PROTO NEAR32 stdcall, dwExitCode:DWORD
INCLUDE io.h
; header file for input/output
cr
EQU
0dh
; carriage return character
Lf
EQU
0ah
; line feed
.STACK
4096
; reserve 4096-byte stack
.DATA
prompt1
byte
cr, lf, "Please input your string:",cr, lf,0
prompt2
byte
cr, lf, "the string have
", 0
count1
dword
11 dup (?)
prompt3
byte
'
char',cr, lf, 0
string
byte
100 dup (?)
.CODE
; start of main program code
count
proc
near32
push
ebp
mov
ebp, esp
push
edx
追问
不是计算字符串长度
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询