首页 >

用8086汇编语言输出helloworld的程序? – 网络|

hipchat怎么注册,cad圆弧怎么反向,忘记密码怎么找回用8086汇编语言输出helloworld的程序? - 网络|用8086汇编语言输出helloworld的程序

;数据段定义。即存放数据的地方

;—————————————————–

data segment use16

buf db ‘hello,world’,0dh,0ah,’$’

data ends

;———————————————

;代码段,是程序开始执行的地方

;———————————————

code segment use16

assume cs:code,ds:data

beg: mov ax,data ;加载数据段,这样在数据段中定义的数据’hello,world’才可以在代码段中

;使用

mov ds,ax

mov ah,9 ;调用21中断的9号服务程序,用于输出一个字符串

mov dx,offset buf ;这是串的首地址,只有将它传给寄存器dx,才能实现字符串的输出

int 21h

mov ah,4ch ;程序结束时,要返回dos,因而必须调用21中断中的4c号服务程序

int 21h

code ends

end beg


用8086汇编语言输出helloworld的程序? - 网络|
  • 无极650ds身高170能骑吗? - 网络|
  • 无极650ds身高170能骑吗? - 网络| | 无极650ds身高170能骑吗? - 网络| ...

    用8086汇编语言输出helloworld的程序? - 网络|
  • 如何把asp网页转为html网页? |html 模拟
  • 如何把asp网页转为html网页? |html 模拟 | 如何把asp网页转为html网页? |html 模拟 ...

    用8086汇编语言输出helloworld的程序? - 网络|
  • 初学者怎么敲代码? - 网络|
  • 初学者怎么敲代码? - 网络| | 初学者怎么敲代码? - 网络| ...