-
Notifications
You must be signed in to change notification settings - Fork 3
📝 Assignment 4 --- Create #235
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
I ended up removing the scripts to generate the instructions. I think it's better having them go through the effort of making them themselves based on the course content (or at least downloading them from the github page). I almost removed the assembler, but figured I should keep it for them. I did remove it from the folder, but added to the actions a copy of the assembler to the folder. |
| zip -jr site/assignments/assignment-1/assignment_1-dig_files.zip site/assignments/assignment-1/assignment_1-dig_files | ||
| zip -jr site/assignments/assignment-2/assignment_2-dig_files.zip site/assignments/assignment-2/assignment_2-dig_files | ||
| zip -jr site/assignments/assignment-3/assignment_3-dig_files.zip site/assignments/assignment-3/assignment_3-dig_files | ||
| cp site/topics/programming/assembler.py site/assignments/assignment-4/assignment_4-dig_files/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
may want to add a check to ensure no files are being overwritten
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You mean -n?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
-n doesn't fail, it merely avoids overwriting. The idea would be to crash if you have two files named the same
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Gotcha'
Future problem
What
Create assignment 4
How
Some machine code problems
Modifying the instruction set problems
Assembly problem
Testing
Gonna check artifact👍