"Assembly Language (3rd edition) Wang Shuang" question 7.9 code

Source: Internet
Author: User

assume CS:CODESG, SS:STACKSG, DS:DATASGSTACKSG segment DW0,0,0,0,0,0,0,0STACKSG ENDSDATASG Segment DB'1. Display'DB'2. Brows'DB'3. Replace'DB'4. Modify'datasg endscodesg segmentstart:mov AX,DATASG mov ds,ax mov ax,stacksg mov ss,ax mov b X,0mov cx,4s:push CX mov si,0mov cx,4S0:mov Ah,3[Bx][si] and AH,11011111B mov3[Bx][si],ah Inc si Loop s0 pop cx add bx, -Loop s mov ah,4chint21HCODESG endsend Start

"Assembly Language (3rd edition) Wang Shuang" question 7.9 code

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.