In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-03-26 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >
Share
Shulou(Shulou.com)06/01 Report--
Assemble the basis of int 21h interrupt routine in the No. 9 subroutine how to achieve hello world, many novices are not very clear about this, in order to help you solve this problem, the following editor will explain in detail for you, people with this need can come to learn, I hope you can get something.
IDE: Masm for Windows Integrated Experimental Environment 2015
OS: Windows 10 x64
Typesetting: Markdown
Codedatas segment; segment code db 'hello world','$'; $is not displayed, but to be used as the end flag to display a string, there must be a datas endsstacks segment; stack segment code stacks endscodes segment assume cs:codes,ds:datas,ss:stacksstart: mov ax,datas mov ds,ax mov ah,2; set mov bh,0 to place the cursor; 0 page mov dh,5 5-line mov dl,12; 12 columns of int 10h; call the subroutine mov dx,0 mov ah,9 in the int 10h interrupt routine; call the ninth subroutine in the int 21h interrupt routine, in fact, it is better to call it a function int 21h mov ah,4ch int 21hcodes ends end start; as long as you read carefully, this code can be understood. Those who study by themselves, come on. Debug
Is it helpful for you to read the above content? If you want to know more about the relevant knowledge or read more related articles, please follow the industry information channel, thank you for your support.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.