אסמבלר...
בעת הידור הקובץ "the.asm" נתקלתי בהודעות השגיאה הבאות: Assembling file: the.asm Error** the.asm(22) Relative jump out of range by 001Ah bytes** Error** the.asm(24) Relative jump out of range by 0014h bytes** Error messages: 2 Warning messages: None Passes: 1 Remaining memory: 391k בשורות הנ"ל (22 ו24) יש שימוש בפקודת jmp zero אשר מפנה לשתי תוויות בתחתית התוכנית (שנמצאת במרחק של 80 שורות ממנה, ועוד מתוכנן לגדול), איך אני פותר את הבעיה? בתודה מראש.
בעת הידור הקובץ "the.asm" נתקלתי בהודעות השגיאה הבאות: Assembling file: the.asm Error** the.asm(22) Relative jump out of range by 001Ah bytes** Error** the.asm(24) Relative jump out of range by 0014h bytes** Error messages: 2 Warning messages: None Passes: 1 Remaining memory: 391k בשורות הנ"ל (22 ו24) יש שימוש בפקודת jmp zero אשר מפנה לשתי תוויות בתחתית התוכנית (שנמצאת במרחק של 80 שורות ממנה, ועוד מתוכנן לגדול), איך אני פותר את הבעיה? בתודה מראש.