Friday, June 29, 2007

001C - Sintaxi laburtua, cs soilik


title simple.asm

.model small

.code
cr equ 0ah
lf equ 0dh
nagusia proc near
hasi:
mov ax,@code
mov ds,ax

mov ah,09h
lea dx,mezua
int 21h

mov ah,4ch
int 21h

nagusia endp
dta db 128 dup(?)
mezua db 'kode segmentua soilik',cr,lf,'$'
end hasi

Labels: ,

0 Comments:

Post a Comment

<< Home