You are on page 1of 2

MEMBUAT KALIMAT .model small .

code org 100h mulai: jmp proses vcal db 'nama :esti$' vcal1 db 10,09,'alamat :baturaden$' vcal2 db 10,'email : esti.yoeliana@gmail.com$' vcal3 db 10, 'hobi : tidur$' proses: mov ah,09h lea dx,vcal int 21h lea dx,vcal1 int 21h lea dx, vcal2 int 21h lea dx, vcal3 int 21h int 20h end mulai ket : 09 adalah tab Hasil : Nama : esti Alamat : baturaden e-mail : esti.yoeliana@gmail.com hobi : tidur

MEMBUAT TULISAN DENGAN FOREGROUND DAN BACKGROUND

Fore : pink Back : merah .model small .code org 100h mulai : mov mov mov mov mov ulang : int 10h inc al loop ulang int 20h ah, 09h al, 'A' bh,00h bl, 011001101b cx, 20

end mulai

hasil : TSRQONMLKJIHGFECDBA

Lapper... xixi... lanjut ke praktikum V.. >_<

You might also like