当前位置:网站首页>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
边栏推荐
- 服务器端渲染(SSR)和客户端渲染(CSR)的区别
- Activiti directory (IV) inquiry agency / done, approved
- Some instructions on whether to call destructor when QT window closes and application stops
- Idea resolving jar package conflicts
- 7-8 likes (need to continue to improve)
- Description of project structure configuration of idea
- The most lost road I have ever walked through is the brain circuit of ByteDance programmers
- ByteDance technical Interviewer: what kind of candidate do I want to pick most
- (multiple methods, need to continue to see) 7-11 go deep into the tiger's Den
- 逻辑运算指令
猜你喜欢
随机推荐
7-4 harmonic average
Alibaba cloud server docker installation mysql5.5
MySQL数字函数
字节跳动开源GAN模型压缩框架,算力最高节省97.8%丨ICCV 2021
Idea resolving jar package conflicts
8086 分段技术
(multiple methods, need to continue to see) 7-11 go deep into the tiger's Den
~69 other ways to use icon fonts
8086 内存
7-10 punch in strategy
ByteDance 2022 school recruitment R & D advance approval publicity meeting, students' top 10 issues
"One year after graduation, I won ACL best paper"
数据传送指令
LeetCode 1636. Sort the array in ascending order by frequency
Activiti directory (V) reject, restart and cancel process
The QT program compiled on CentOS lacks a MySQL driven solution
Full record of ByteDance technology newcomer training: a guide to the new growth of school recruitment
汇编语言段定义
High performance mysql (Third Edition) notes
MySQL optimization notes