当前位置:网站首页>Assembly language - Wang Shuang Chapter 8 two basic problems in data processing - Notes
Assembly language - Wang Shuang Chapter 8 two basic problems in data processing - Notes
2022-06-27 06:09:00 【Holding hands to listen to falling flowers】




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'
; The above means 21 Year of 21 A string
dd 16,22,382,1356,2390,8000,16000,24486,50065,97479,140417,197514
dd 345980,590827,803530,1183000,1843000,2759000,3753000,4649000,5937000
; The above means 21 Of the company's total annual revenue 21 individual dword Type data
dd 3,7,9,13,28,38,130,220,476,778,1001,1442,2258,2793,4037,5635,8226
dd 11542,14430,15257,17800
; The above means 21 Number of employees of the company in 21 individual word Type data
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
边栏推荐
- [collection] Introduction to basic knowledge of point cloud and functions of point cloud catalyst software
- TiDB 数据库快速上手指南
- G1和ZGC垃圾收集器
- expect脚本中使用scp命令的方法,expect脚本中scp命令获取不了值的问题完美解决方法
- Software testing year end summary report template
- Proxy reflect usage details
- TiDB 中的视图功能
- 693. 交替位二进制数
- JVM tuning ideas
- 0.0.0.0:x的含义
猜你喜欢

多线程基础部分Part3

Information System Project Manager - Chapter VII project cost management

C Primer Plus 第11章_字符串和字符串函数_代码和练习题

30 SCM common problems and solutions!

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

网关状态检测 echo request/reply

JVM garbage collection mechanism

JVM object composition and storage

使用CSDN 开发云搭建导航网站

Kubesphere cluster configuration NFS storage solution - favorite
随机推荐
网关状态检测 echo request/reply
【入门】正则表达式基础入门笔记
【Cocos Creator 3.5.1】this.node.getPosition(this._curPos)的使用
EasyExcel:读取Excel数据到List集合中
Add widget on qlistwidgetitem
The form verifies the variables bound to the V-model, and the solution to invalid verification
免费的 SSH 和 Telnet 客户端PuTTY
Proxy reflect usage details
Code is data
[getting started] regular expression Basics
Distribution gaussienne, régression linéaire, régression logistique
426 binary tree (513. find the value in the lower left corner of the tree, 112. sum of paths, 106. construct a binary tree from the middle order and post order traversal sequence, 654. maximum binary
数据库-索引
爬虫学习5---反反爬之识别图片验证码(ddddocr和pytesseract实测效果)
How win 10 opens the environment variables window
MATLAB快速将影像的二维坐标转换为经纬度坐标
30个单片机常见问题及解决办法!
我对于测试团队建设的意见
Dev++ environment setting C language keyword display color
Dev++ 环境设置C语言关键字显示颜色