+ All Categories
Home > Engineering > Flags and string

Flags and string

Date post: 07-Jan-2017
Category:
Upload: zifalaniasta
View: 275 times
Download: 0 times
Share this document with a friend
10
FLAGS AND STRING Oleh : Nama : Zifalaniasta NIM : 1310501005 Mata Kuliah : Sistem Mikroprosesor Dosen Pembimbing : R. Suryoto Edi Raharjo, S.T., M.Eng Jurusan Teknik Elektro | Fakultas Teknik | Universitas Tidar
Transcript
Page 1: Flags and string

FLAGS AND STRINGOleh :

Nama : ZifalaniastaNIM : 1310501005

Mata Kuliah : Sistem MikroprosesorDosen Pembimbing : R. Suryoto Edi Raharjo, S.T., M.Eng

Jurusan Teknik Elektro | Fakultas Teknik | Universitas Tidar

Page 2: Flags and string

1. Register2. Flag3. String

OUTLINE

Page 3: Flags and string

store components register data temporarily before or after the microprocessor's calculations. For instance, the instruction register stores instruction code for the microprocessor's calculations.

REGISTER

Page 4: Flags and string

A flag is one or more data bits used to store binary values as specific program structure indicators.A computer interprets a flag value in relative terms or based on the data structure presented during processing, and uses the flag to mark a specific data structure. Thus, the flag value directly impacts the processing outcome.

FLAG

Page 5: Flags and string

FLAGS

Page 6: Flags and string

FLAGS

Page 7: Flags and string

A string is a collection of objects stored in contiguous memory locations. Strings are usually arrays of bytes, words, or (on 80386 and later processors) double words. The 80x86 microprocessor family supports several instructions specifically designed to cope with strings.

STRING

Page 8: Flags and string

STRING

MOVE instruction moves a sequence of bytes from one memory location to another

Page 9: Flags and string

1.http://www.ehow.com/facts_7606027_flag-microprocessor.html2.https://en.wikipedia.org/wiki/Flag_field3.https://www.techopedia.com/definition/3796/flag4.http://www.plantation-productions.com /Webster/www.artofasm.com/Linu

x/HTML/StringInstructions.html

REFERENSI

Page 10: Flags and string

SEKIAN DAN TERIMA KASIH


Recommended