Skip to content

The project was to develop a SICXE assembler in C++, as a course work of the course "System Software"

Notifications You must be signed in to change notification settings

abhayprakash/SICXE_Assembler-2ndYr-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

CODE:		The main code is "sicxe_assembler.cpp" inside the above folder.

INPUT FILE:	"input.txt"

OUTPUT FILES:	"symbol_table.txt", "objectfile.txt", "listing_file.txt" // A helping file "intermediate.txt" is also formed.

// For previous versions like the code before relocation etc. see commit histoy
	- Except the above mentioned files, all other folders/files contain the prior versions or the ones used for the purpose of debugging.

About

The project was to develop a SICXE assembler in C++, as a course work of the course "System Software"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages