בעיה בשורד

עמוד
מוצגות 3 תגובות – 16 עד 18 (מתוך 18 סה״כ)
  • מאת
    תגובות
  • #77930
    CodeGuru
    מנהל בפורום

    גם הפקודה
    CALL
    היא יחסית.

    #77929
    Vendetta
    משתתף

    לאחרי קראה של התגובות הייתי רוצה לציין אתר שאישית לי עוזר המון בכל פעם שאני עובד עם אסמבלי
    http://faydoc.tripod.com/cpu/

    כל פקודות האסמלי 800886 כולל הסוגים שלהם
    (jmp short near far…)
    והמספר האקסדסימלי שמיצג אותם

    בקשר לשאלה

    Near jump A jump to an instruction within the current
    code segment (the segment currently pointed to by the CS register),
    sometimes referred to as an intrasegment jump.
    Short jump A near jump where the jump range is limited to –128 to +127 from the current EIP value.
    Far jump A jump to an instruction located in a
    different segment than the current code segment but at the same
    privilege level, sometimes referred to as an intersegment jump.

    http://faydoc.tripod.com/cpu/jmp.htm

    #77928
    abit
    משתתף

    אז אם אנחנו עושים
    call label
    אז מכל מקום הפקודה תביא אותנו לכתובת של
    label ה
    ?

מוצגות 3 תגובות – 16 עד 18 (מתוך 18 סה״כ)
  • יש להתחבר למערכת על מנת להגיב.