-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
723fd92
commit 7e6d3df
Showing
1 changed file
with
25 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,25 @@ | ||
rm ceaser.obj ; ~/lc3tools/lc3as ceaser.asm && ~/lc3tools/lc3sim ceaser.obj | ||
## Prerequisites | ||
|
||
- gcc | ||
- git | ||
|
||
More info can be found in the lc3tools readme: | ||
[https://github.com/haplesshero13/lc3tools](https://github.com/haplesshero13/lc3tools) | ||
|
||
## Install lc3tools | ||
|
||
cd ~ | ||
git clone https://github.com/haplesshero13/lc3tools | ||
cd lc3tools/ | ||
./configure | ||
make | ||
|
||
## Download Ceaser Cipher lc-3 | ||
|
||
cd ~ | ||
git clone https://github.com/miketweaver/ceaser-cipher-lc-3 | ||
|
||
## Compile and run the caser.asm file. | ||
|
||
rm ceaser.obj ; ~/lc3tools/lc3as ceaser.asm && ~/lc3tools/lc3sim ceaser.obj | ||
|