美文网首页
讲解:CS530、SIC/XE、g++、C/C++Matlab|

讲解:CS530、SIC/XE、g++、C/C++Matlab|

作者: vn07227 | 来源:发表于2020-01-13 23:47 被阅读0次

CS530, Spring 2019, Program Assignment #226 Feb 2019You and your team shall develop, test, and deliver a disassembler program for theXE variant of the SIC/XE family of machines.XE DISASSEMBLER REQUIREMENTS:The XE disassembler program shall open an XE object file, .obj and itsaccompanying symbol file, .sym, then it will disassemble the object code,and generate an XE source file, and XE listing file, .lisusing the disassembled code. The symbol file, .sym will contain theSYMTAB and LITTAB the assembler generated when assembling the object file.Your executable program shall be named ‘xed’. To run your program, the user shallprovide the filename on the command line when starting/running the disassembler: % xed the disassembler will then use “filename” for the name of the source file itgenerates, .sic, and the accompanying listing file, .lis.Note, the symbol file .sym will be provided with the object code file.If neither the .obj or .sym are present, the xed program shallgracefully exit.TEAMS:You shall work in teams of two - three people on this project. You may choose touse pair programming, dividing work up, or other methods for work completion, thatis up to you although I strongly encourage you to attempt pair programming!ADDITIONAL REQUIREMENTS:README file - you shall create a README file; consult the instructions for READMEfile content on the course Blackboard. Also, your source files SHALL CONTAINsufficient comments for making the source easy to read. Points will be taken offfor poorly (or non) commented source or inadequate README file documentation.Compiler and make (and Makefile) – You shall use C/C++ (gcc/g++)代写CS530留学生作业、代做SIC/XE作业、g++课程设计作业代写、代做C/C++程序语言作业 调试Matlab程序 and use make tocompile your program for this assignment; you will need to create a Makefile foryour project, consult the example Makefile(s) on the course Blackboard. Name theexecutable, ‘xed’ (XE Disassembler).Test files – You should prepare and include test files used during the developmentand test of your project.Software Design Document - You are required to perform software design of thissystem. Include a software design document and turn it in with your project.Note, you will not be held to formal design specification/formatting or use any ofthe formal methods. Turn in a file which contains your software design. You mayinclude a kanban (and stories), models, drawings, descriptions, diagrams or similartools you used for your system/software design. This is a significant part of yourgrade and needs to be adequately captured in your documentation. Include adescription of how your team was organized and how effectively you worked togetherand areas for improvement.Make sure that all files (README, source files, header files, Makefile) containseach team member’s names and RedIDs!TURNING IN YOUR WORK:The assignment is due at 1730, Monday, 22 April 2019Your project shall include C/C++ source files, an include/header file, a Makefile,and a README file. ONLY ONE MEMBER OF YOUR TEAM TURNS IN THE PROJECT. To turn inyour project, each team shall select one person, all files shall be in thatperson’s class account on edoras in a directory named “a2” (~/a2). Leave any testfiles in this directory as well. BE SURE ALL TEAM MEMBERS NAMES AND CLASS ACCOUNTSARE IN THE README FILE. Finally, the designated person turns in the project byuploading a tarball with all project files to Blackboard and entering any commentsin the assignment’s turnin.转自:http://www.7daixie.com/2019041830873688.html

相关文章

网友评论

      本文标题:讲解:CS530、SIC/XE、g++、C/C++Matlab|

      本文链接:https://www.haomeiwen.com/subject/tchoactx.html