انت هنا الان : شبكة جامعة بابل > موقع الكلية > نظام التعليم الالكتروني > مشاهدة المحاضرة
الكلية كلية العلوم للبنات
القسم قسم الحاسبات
المرحلة 2
أستاذ المادة حسين عطية لفته الخالدي
26/01/2017 17:57:52
Here the code segment consists only one procedure. The FAR operand in this case informs the assembler and linker that the defined procedure name is the entry point for program execution, whereas the ENDP directive defines the end of the procedure. A code segment however, may contain any number of procedures, each distinguished by its own PROC and ENDP directives. A called procedure is a section of code that performs a clearly defined task known as subroutine which provides following benefits. ? Reduces the amount of code because a common procedure can be called ? from any number of places in the code segment. ? ? Encourage better program organization. ? ? ? Facilitates debugging of a program because defects can be more clearly isolated. ? ? ? Helps in the ongoing maintenance of programs because procedures are readily identified for modification. ? A CALL to a procedure within the same code segment is NEAR CALL<. A FAR CALL calls a procedure labeled FAR, possibly in another code segment.
Here the code segment consists only one procedure. The FAR operand in this case informs the assembler and linker that the defined procedure name is the entry point for program execution, whereas the ENDP directive defines the end of the procedure. A code segment however, may contain any number of procedures, each distinguished by its own PROC and ENDP directives. A called procedure is a section of code that performs a clearly defined task known as subroutine which provides following benefits. ? Reduces the amount of code because a common procedure can be called ? from any number of places in the code segment. ? ? Encourage better program organization. ? ? ? Facilitates debugging of a program because defects can be more clearly isolated. ? ? ? Helps in the ongoing maintenance of programs because procedures are readily identified for modification. ? A CALL to a procedure within the same code segment is NEAR CALL<. A FAR CALL calls a procedure labeled FAR, possibly in another code segment. Calling procedure/subroutine
المادة المعروضة اعلاه هي مدخل الى المحاضرة المرفوعة بواسطة استاذ(ة) المادة . وقد تبدو لك غير متكاملة . حيث يضع استاذ المادة في بعض الاحيان فقط الجزء الاول من المحاضرة من اجل الاطلاع على ما ستقوم بتحميله لاحقا . في نظام التعليم الالكتروني نوفر هذه الخدمة لكي نبقيك على اطلاع حول محتوى الملف الذي ستقوم بتحميله .
الرجوع الى لوحة التحكم
|