当前位置:网站首页>汇编语言-王爽 第8章 数据处理的两个基本问题-笔记
汇编语言-王爽 第8章 数据处理的两个基本问题-笔记
2022-06-27 05:45:00 【执手听落花】




data segment
db '1975', '1976','1977', '1978','1979', '1980','1981', '1982','1983'
db '1984', '1985','1986', '1987','1988', '1989','1990', '1991','1992'
db '1993', '1994','1995'
;以上表示21年的21个字符串
dd 16,22,382,1356,2390,8000,16000,24486,50065,97479,140417,197514
dd 345980,590827,803530,1183000,1843000,2759000,3753000,4649000,5937000
;以上表示21年公司总收入的21个dword型数据
dd 3,7,9,13,28,38,130,220,476,778,1001,1442,2258,2793,4037,5635,8226
dd 11542,14430,15257,17800
;以上表示21年公司雇员人数的21个word型数据
data ends
table segment
db 21 dup ('year summ ne ?? ')
table ends
code segment
start: mov ax, data
mov ds, ax
mov ax, table
mov es, ax
mov bx, 0
mov si, 0
mov di, 0
mov cx, 21
s: mov ax, [si]
mov es:[bx], ax
mov ax, [si+2]
mov es:[bx+2]
mov ax, [si+84]
mov es:[bx+5], ax
mov ax, [si+86]
mov es:[bx+7], ax
mov ax, [di+168]
mov es:[bx+0ah], ax
mov ax, [si+84]
mov dx, [si+86]
div word ptr [di+168]
mov word ptr es:[bx+0dh], ax
add bx, 16
add si, 4
add di, 2
loop s
mov ax, 4c00h
int 21h
code ends
end start
边栏推荐
- [FPGA] design and implementation of frequency division and doubling based on FPGA
- Using domain name forwarding mqtt protocol, pit avoidance Guide
- Epics record reference 5 -- array analog input recordarray analog input (AAI)
- [FPGA] realize the data output of checkerboard horizontal and vertical gray scale diagram based on bt1120 timing design
- C语言练手小项目(巩固加深知识点理解)
- [622. design cycle queue]
- 函数式 连续式
- Basic concepts of neo4j graph database
- 开门小例子学习十种用例图
- 资深【软件测试工程师】学习线路和必备知识点
猜你喜欢

Leetcode99 week race record

汇编语言-王爽 第13章 int指令-笔记

块级元素&行内元素
![Navigation [machine learning]](/img/79/8311a409113331e72f650a83351b46.png)
Navigation [machine learning]

Edge loads web pages in IE mode - edge sets ie compatibility

双位置继电器XJLS-8G/220
![Mechanical transcoding journal [17] template, STL introduction](/img/78/926db660139fda3d31cceccad7096c.png)
Mechanical transcoding journal [17] template, STL introduction

Cognition - how to fill in 2022 college entrance examination volunteers

IAR Systems全面支持芯驰科技9系列芯片

EasyExcel合并相同内容单元格及动态标题功能的实现
随机推荐
Two position relay hjws-9440
Wholestagecodegen of spark
Senior [Software Test Engineer] learning route and necessary knowledge points
30 SCM common problems and solutions!
洛谷P2939 [USACO09FEB]Revamping Trails G 题解
【Cocos Creator 3.5.1】this.node.getPosition(this._curPos)的使用
IAR systems fully supports Centrino technology 9 series chips
网易云音乐params和encSecKey参数生成代码
[cocos creator 3.5.1] addition of coordinates
693. 交替位二进制数
Spark 之 Projection
When STM32 turns off PWM output, it is a method to fix IO output at high or low level.
【合辑】点云基础知识及点云催化剂软件功能介绍
Unity point light disappears
How JQ gets the ID name of an element
Get system volume across platforms in unity
[FPGA] design and implementation of frequency division and doubling based on FPGA
QListWidget中的内容不显示
Assembly language - Wang Shuang Chapter 3 notes and experiments
Win 10 如何打开环境变量窗口