当前位置:网站首页>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
边栏推荐
- POI 替换docx中的文字和图片
- 0.0.0.0:x的含义
- [QT notes] simple understanding of QT meta object system
- IDEA中关于Postfix Completion代码模板的一些设置
- Database - index
- Free SSH and telnet client putty
- JVM对象组成和存储
- Yaml file encryption
- Small program of C language practice (consolidate and deepen the understanding of knowledge points)
- 数据库-索引
猜你喜欢
随机推荐
Win 10 如何打开环境变量窗口
LeetCode 0086.分隔链表
Go log -uber open source library zap use
日期 数据库日期 字符串 之间互相转换
310. minimum height tree
下载cuda和cudnn
【Cocos Creator 3.5.1】input. Use of on
JVM类加载机制
JVM tuning ideas
The SCP command is used in the expect script. The perfect solution to the problem that the SCP command in the expect script cannot obtain the value
C Primer Plus 第11章_字符串和字符串函数_代码和练习题
使用 WordPress快速个人建站指南
【Cocos Creator 3.5.1】坐标的加法
Matlab quickly converts two-dimensional coordinates of images into longitude and latitude coordinates
expect脚本中使用scp命令的方法,expect脚本中scp命令获取不了值的问题完美解决方法
TiDB的事务概览
HTAP 快速上手指南
Keep 2 decimal places after multiplying SQLSEVER fields
Jump details of item -h5 list, and realize the function of not refreshing when backing up, and refreshing when modifying data (record scroll bar)
Crawler learning 5--- anti crawling identification picture verification code (ddddocr and pyteseract measured effect)