当前位置:网站首页>DOS function call
DOS function call
2022-07-06 17:02:00 【My71】
[ Link to the original text —— SevenOne’Blog](http://www.my71.fun/2022/04/27/ assembly language /11-DOS Function call /)
DOS Function call
- If you want to realize output, you can use BIOS Function call and DOS Function call .
- stay DOS There are many functions in , Each function is distinguished by a unique function number , amount to id.
- The function number can only be saved to AH in .
Instruction set
01H
function : Enter a character and display it immediately .
The input data is saved in AL in .
mov ah,01h int 21h
02H
function : Output a character .
Before using, you need to put the output characters or characters 16 Base number ASCII Save code to DL in .
mov dl,'A' mov ah,02h int 21h
07H
function : There is no display after entering a character , Continue with the following procedure .
Same as 01H, The input data is saved in AL in .
mov ah,07h int 21h
边栏推荐
- Solr word segmentation analysis
- ByteDance technical Interviewer: what kind of candidate do I want to pick most
- 冯诺依曼体系结构
- Fdog series (4): use the QT framework to imitate QQ to realize the login interface, interface chapter.
- 字节跳动春招攻略:学长学姐笔经面经,还有出题人「锦囊」
- 字节跳动开源GAN模型压缩框架,算力最高节省97.8%丨ICCV 2021
- @RestController、@Controller
- Design of DS18B20 digital thermometer system
- 这116名学生,用3天时间复刻了字节跳动内部真实技术项目
- LeetCode 1640. Can I connect to form an array
猜你喜欢
Solr standalone installation
When it comes to Google i/o, this is how ByteDance is applied to flutter
Record the error reason: terminate called after throwing an instance
redux使用说明
Fdog series (VI): use QT to communicate between the client and the client through the server (less information, recommended Collection)
I'm "fixing movies" in ByteDance
谢邀,人在工区,刚交代码,在下字节跳动实习生
~83 form introduction
~87 animation
Shell_ 02_ Text three swordsman
随机推荐
@RestController、@Controller
MySQL optimization notes
Description of project structure configuration of idea
LeetCode 1566. Repeat the pattern with length m at least k times
Monomer application concept
Design of DS18B20 digital thermometer system
我走过最迷的路,是字节跳动程序员的脑回路
8086 CPU 内部结构
Some instructions on whether to call destructor when QT window closes and application stops
LeetCode 1584. Minimum cost of connecting all points
唯有学C不负众望 TOP3 Demo练习
DS18B20數字溫度計系統設計
Alibaba cloud server builds SVN version Library
Error occurred during initialization of VM Could not reserve enough space for object heap
~86m rabbit practice
Activiti目录(四)查询代办/已办、审核
Erlang installation
汇编语言寻址方式
Usage of insert() in vector
MySQL数字函数