当前位置:网站首页>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
边栏推荐
- LeetCode 1566. Repeat the pattern with length m at least k times
- QT system learning series: 1.2 style sheet sub control lookup
- Redis standalone startup
- 这群程序员中的「广告狂人」,把抖音广告做成了AR游戏
- CMake速成
- Sublime text code formatting operation
- LeetCode 1558. Get the minimum number of function calls of the target array
- The "advertising maniacs" in this group of programmers turned Tiktok advertisements into ar games
- ~87 animation
- ~85 transition
猜你喜欢

~76 sprite map

"One year after graduation, I won ACL best paper"
![[unsolved]7-14 calculation diagram](/img/33/39802c0106f2bef4b9979e5ae12b83.jpg)
[unsolved]7-14 calculation diagram

Fdog series (III): use Tencent cloud SMS interface to send SMS, write database, deploy to server, web finale.

SQL quick start

Redis standalone startup

LeetCode 1020. Number of enclaves

我走过最迷的路,是字节跳动程序员的脑回路

7-5 blessing arrived

When it comes to Google i/o, this is how ByteDance is applied to flutter
随机推荐
Soft music -js find the number of times that character appears in the string - Feng Hao's blog
Business system compatible database oracle/postgresql (opengauss) /mysql Trivia
LeetCode 1558. Get the minimum number of function calls of the target array
字节跳动新程序员成长秘诀:那些闪闪发光的宝藏mentor们
Detailed explanation of FLV format
Audio and video development interview questions
One hundred questions of image processing (1-10)
Restful style interface design
Use JQ to realize the reverse selection of all and no selection at all - Feng Hao's blog
Fdog series (V): use QT to imitate QQ to realize login interface to main interface, function chapter.
LeetCode 1640. Can I connect to form an array
我走過最迷的路,是字節跳動程序員的腦回路
Solr new core
字节跳动春招攻略:学长学姐笔经面经,还有出题人「锦囊」
~84 form supplement
The concept of spark independent cluster worker and executor
Jedis
字节跳动2022校招研发提前批宣讲会,同学们最关心的10个问题
Shell_ 02_ Text three swordsman
LeetCode 1562. Find the latest group of size M