UNIT I General Purpose - Tugas Pemrograman

UNIT I
General Purpose Register
Tugas Pemrograman
Nama : Ahmad Akbar Mariuddin
NIM  : 14102004
Kelas: S1 Informatika 2014

Sekolah Tinggi Teknologi Telematika Telkom Purwokerto

Code program assembly :
/*
 * Tugas_Praktikum_Unit_1.asm
 *
 *  Created: 2/29/2016 5:08:46 PM
 *   Author: Barni
 */


 .nolist
 .include "m16adef.inc"
 .list
 .def nilai1 = R18
 .def nilai2 = R19
 .def hasil  = R20
       LDI nilai1, 0x15
       LDI nilai2, 0x97
       MOV hasil, nilai1
       ADD hasil, nilai2

Tabel Register
Instruksi
Isi Register
Nilai1
Nilai2
Hasil
LDI nilai1, 0x15

0x15
0x00
0x00
LDI nilai2, 0x97

0x15
0x97
0x00
MOV hasil, nilai1

0x15
0x97
0x15
ADD hasil, nilai2

0x15
0x97
0xAC






Gambar Flowchart dari Pemrograman diatas



Ahmad

Ahmad

Related Posts:

No comments:

Post a Comment

Powered by Blogger.