Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
miketweaver committed Dec 5, 2016
1 parent 723fd92 commit 7e6d3df
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion README.md
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

0 comments on commit 7e6d3df

Please sign in to comment.