-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added more contributing information This commit added new information about how to add support for a new instruction in the Jas assembler, however, this commit only descitbes the changes for adding the instruction encoder reference table aka the `insr_encode_table_t` as seen in `instruction.h` and the corri- sponding source file * Fixed typo and added new line * Update CONTRIBUTING.md This commit fixed spelling errors and beautified code example on the instruction encoder table as well as the formatting of the explanation caption for the corresponding example code. * Added changes to `CONTRIBUTING.md` Squash 3 commits with similar published changes * Corrected spelling mistakes and typos * Added new section This commit added a new section into the contributions guide, this section explained the steps and implications involved to add a instruction to the `instructions` enum after defining the struct * Added termination symbol to markdown This comit added the code section termination symbol to terminate the demo code, since the termination symbol was forgotten in previous commit number b9e87d1 * Removed whitesapces between "**" In markdown, if there are whitesapces before and/or after the bold operator - `**`, the formatting will be omitted for some reason :(( * Finished adding support for new instruction section This commit shows the final changes that has finished the 'Adding s- upport for a new instruction to the assembler' section. * Added 'Maintaince' section This commit added rthe maintaince section that explained how the maintaince works as a team in the Jas project as well as how they can become and renouce maintainer status * Update CONTRIBUTING.md Added previously missing link for maintainers which was added in commit number d1e79dc * Added section for adding new enocders This commit added the section for explaining how to contribute a new encoder to the Jas assembler.
- Loading branch information
1 parent
51ae5fc
commit d8e7f65
Showing
1 changed file
with
116 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters