quiz حل الأسئلة الجامعية manage_search الأرشيف

تم الحل ✓
categoryبرمجة وتطوير البرمجيات schoolبكالوريوس event_available2026-07-15

السؤال

Transcribed Image Text:

In this assignment, you have to write a program that produces a HEX file. You have to write the program in two types of programming languages a- A high programming language (C/C++, JAVA, Python, etc.) b- Then re-write the program in x86 assembly language Here are the steps: 1- Read about intel hex format 2- Write a program that gives the user two options. The first option is to read the inputs from the keyboard and the second option is to read the inputs from a text fil 3- The input is in the format: Address: Data for instance (all numbers are in hex) 300:AABB 302:12CE 4- The output should be a file that contains the hex format of the input (out.hex) :04030000AABB12CEB4 : 00000001FF

check_circle الجواب — حل مفصل خطوة بخطوة

hourglass_top