Skip to content

Commit

Permalink
Feature/integrate file editor (#20)
Browse files Browse the repository at this point in the history
* Implementation + test

* Document feature
  • Loading branch information
GustavoOS authored Dec 11, 2020
1 parent ccc837d commit ab28253
Show file tree
Hide file tree
Showing 4 changed files with 1,179 additions and 1,203 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ State | Meaning
3 | Blocked

## Commands


Number | Command | Display
-------- | ------ | -------
0 | Execute or continue program | C0DE
Expand All @@ -31,3 +33,15 @@ Number | Command | Display
5 | Show Call Sign of PID | 5C5
6 | Create file | CF
7 | Delete file | DE1
8 | Edit File | F11EEDIT


## File Editor Commands


Number | Command
-------- | ------
0 | Exit
1 | Go to next line
2 | Go to previous line
3 | Change line
Loading

0 comments on commit ab28253

Please sign in to comment.