Yangi formatda davom etish uchun: https://uzfor.net/view.php?act=post&id=44046
Postga havola
NetLizard [1846] [ban]
Qisqasi, Assembler- hakerlar uchun dasturlash tili!
8 daqiqa 38 soniyadan keyin yozdi:
Boshqacharoq qarasangiz,bu asosiy til.
.MODEL SMALL
.STACK 100h
.DATA HelloMessage
DB'Hello, World! No warand bomb!
Let us live friendly and learn assembler language ',13,10,'$'
.CODESTART:
mov ax,@data
mov ds,ax
mov ah,9
mov dx,
OFFSET HelloMessage int 21h
mov ah,4ch int 21h
END START
asmworld.ru
8 daqiqa 38 soniyadan keyin yozdi:
Boshqacharoq qarasangiz,bu asosiy til.
.MODEL SMALL
.STACK 100h
.DATA HelloMessage
DB'Hello, World! No warand bomb!
Let us live friendly and learn assembler language ',13,10,'$'
.CODESTART:
mov ax,@data
mov ds,ax
mov ah,9
mov dx,
OFFSET HelloMessage int 21h
mov ah,4ch int 21h
END START
asmworld.ru