• An object program is loaded at the
address specified on the START
directive.
• No relocation or linking is needed
• A program may be composed of many control sections.
• These control sections may be assembled separately.
• These control sections may be loaded at different addresses in
memory.
- Here is the repository if you wish to get Sic/Modi-Sic Assembler => Modi-SIC
It simulates an [SIC](no control sections only one HTE record) memory for HTE record, and a [SICXE](may have at least 2 control sections HDRTME records)) memory for HDRTME record with external symbol table.
- whenever you select an input file When selecting the program's type, be sure to specify whether it is a sic or sicxe programm.
- You must enter a start address with four hexadecimal digits when putting a sicxe program.
-
You need to install python.
-
Install pandas by running this command
pip install pandas
-
open the run.bat file and then change and set your python path
-
open the project and run this command to change the path.
cd gui_loader_linker
-
run this command to install the dependencies
npm install
-
start the server.
npm start