Praktikum IV - Membuat Kalimat


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 ah, 09h
            mov al, 'A'
            mov bh,00h
            mov bl, 011001101b
            mov cx, 20

ulang :

            int 10h
            inc al
loop ulang
int 20h
end mulai


hasil : TSRQONMLKJIHGFECDBA

 Lapper... xixi... lanjut ke praktikum V.. >_<
---------------------------------------------------------------------------------------------------------------------------------------------------------
Ranking: 5
 
© Bosan Kuliah All Rights Reserved