Скачиваний:
25
Добавлен:
02.05.2014
Размер:
2.07 Кб
Скачать

Assembler Source Code a:link {text-decoration: none} a:visited {text-decoration: none} a:hover {text-decoration: none; color:#ff0000}     ; no-close.asm ; to prevent the MS-DOS window from closing immediately, ; you can have MOV AX,0 / INT 16h as the last instructions ; in your assembly program before return to the operating system. name "no-close" org 100h mov dx, offset msg mov ah, 9 int 21h mov ax, 0 ; wait for any key... int 16h ret ; return to the operating system. msg db "Hello Windows! $"

; - Other Assembler Source Codes -

; - asm2html by emu8086 -

Соседние файлы в папке asm_files