当前位置:网站首页>DOS 功能调用
DOS 功能调用
2022-07-06 09:29:00 【My71】
[原文链接 —— SevenOne’Blog](http://www.my71.fun/2022/04/27/汇编语言/11-DOS 功能调用/)
DOS 功能调用
- 想实现输出输出可以借助 BIOS 功能调用和 DOS 功能调用。
- 在 DOS 中有很多功能,每个功能用唯一的功能号作区分,相当于 id。
- 功能号只能存到 AH 中。
指令集
01H
功能:输入一个字符后立即显示出来。
输入的数据存到了 AL 中。
mov ah,01h int 21h
02H
功能:输出一个字符。
使用前需要将输出的字符或字符的 16 进制 ASCII 码存到 DL 中。
mov dl,'A' mov ah,02h int 21h
07H
功能:输入一个字符后无任何显示,继续执行下面的程序。
同 01H,输入的数据存到了 AL 中。
mov ah,07h int 21h
边栏推荐
- Usage of insert() in vector
- Erlang installation
- The concept of spark independent cluster worker and executor
- ~83 form introduction
- The most lost road I have ever walked through is the brain circuit of ByteDance programmers
- Fdog series (4): use the QT framework to imitate QQ to realize the login interface, interface chapter.
- (multiple methods, need to continue to see) 7-11 go deep into the tiger's Den
- Error: case label `15 'not within a switch statement
- 字节跳动海外技术团队再夺冠:高清视频编码已获17项第一
- LeetCode 1637. The widest vertical area between two points without any point
猜你喜欢

字节跳动海外技术团队再夺冠:高清视频编码已获17项第一

LeetCode 1020. Number of enclaves

redux使用说明
![Solve the problem of intel12 generation core CPU [small core full, large core onlookers] (win11)](/img/92/9465a6c9f1ab88c4851a47fabe750c.jpg)
Solve the problem of intel12 generation core CPU [small core full, large core onlookers] (win11)

音视频开发面试题

Use JQ to realize the reverse selection of all and no selection at all - Feng Hao's blog

SQL快速入门

Chapter 1 overview of MapReduce
![[unsolved]7-14 calculation diagram](/img/33/39802c0106f2bef4b9979e5ae12b83.jpg)
[unsolved]7-14 calculation diagram

Basic principles of video compression coding and audio compression coding
随机推荐
Ffmpeg command line use
(multiple methods, need to continue to see) 7-11 go deep into the tiger's Den
ByteDance technical Interviewer: what kind of candidate do I want to pick most
7-4 harmonic average
~74 JD top navigation bar exercise
Record the error reason
LeetCode 1561. The maximum number of coins you can get
LeetCode 1637. The widest vertical area between two points without any point
Fdog series (I): think about it. It's better to write a chat software. Then start with the imitation QQ registration page.
The QT program compiled on CentOS lacks a MySQL driven solution
Codeforces Round #771 (Div. 2)
Educational Codeforces Round 122 (Rated for Div. 2)
7-5 blessing arrived
Native JS realizes the functions of all selection and inverse selection -- Feng Hao's blog
Design of DS18B20 digital thermometer system
Record the error reason: terminate called after throwing an instance
I'm "fixing movies" in ByteDance
Yao BanZhi and his team came together, and the competition experts gathered together. What fairy programming competition is this?
Fdog series (V): use QT to imitate QQ to realize login interface to main interface, function chapter.
LeetCode 1557. The minimum number of points that can reach all points