2012年7月8日 星期日

Hello world

環境: masm 6.15
[ 轉貼 ] 小木偶
code segment
assume cs:code,ds:code
org 100h
start: jmp begin
mes db 'Hello world.$'
begin: mov dx,offset mes
mov ah,9
int 21h
mov ax,4c00h
int 21h
code ends
end start

ref : 小木偶

沒有留言:

張貼留言