Macam-macam Port
Pengaksesan alamat port
Persyaratan untuk
Contoh program
.model small
.code
org 100h
MULAI: -------
Penanganan File
A. Manajemen File
- Membuat Directory/Subdirectory
Persyaratan untuk
Contoh program
.model small
.code
org 100h
MULAI: -------
- Menghapus Directory/Subdirectory
Persyaratan untuk
Contoh program
.model small
.code
org 100h
MULAI: -------
- Mengubah Directory/Subdirectory
Persyaratan untuk
Contoh program
.model small
.code
org 100h
MULAI: -------
B. Hapus File
Persyaratan untuk menghapus file
Contoh program
.model small
.code
org 100h
MULAI: -
C. Atribut File
Persyaratan untuk atribut file
Jenis atribut file pada DOS antara lain:
- Read Only
- Hidden
- Sistem
- Archive
- Volume Label
- Nama subdirectory
DOS menyediakan fungsi service number 43h INT 21h untuk mengatur atribut file dengan mode AL = 00 (melihat atribut file), AL = 01 (untuk mengubah atribut file) dan jenis atribut ditampung di CX yaitu nomor:
- 0 untuk file read only
- 1 untuk file hidden (sembunyikan file)
- 2 untuk file sistem
- 3 untuk Volume label
- 4 untuk Nama subdirectory
- 5 untuk file archive
Read only
Persyaratan untuk Read only:
Contoh program untuk read only (file yang tidak bisa dihapus)
.model small
.code
org 100h
MULAI: -------
Hidden file
Persyaratan untuk Hidden file:
Contoh program untuk hidden file
.model small
.code
org 100h
MULAI: -------
Archive
Persyaratan untuk Archive file:
Contoh program untuk archive (file yang dapat dibaca dan dihapus)
.model small
.code
org 100h
MULAI: -------
· Properti target mendefinisikan bagaimana halaman target dari sebuah link ditampilkan, apakah _blank (menampilkan pada browser window baru), _parent (menampilkan pada dokumen tempat frame berada), _self (menampilkan pada browser aktif), atau _top (menampilkan pada halaman utama).
ADS HERE !!!