Flags and string

Post on 07-Jan-2017

275 views 0 download

transcript

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

1. Register2. Flag3. String

OUTLINE

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

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

FLAGS

FLAGS

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

STRING

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

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

SEKIAN DAN TERIMA KASIH