Skip to content

Commit

Permalink
readme update, version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Joeyh021 committed Aug 26, 2021
1 parent d3ff677 commit 8a46d3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "patp"
version = "0.1.0"
version = "0.1.1"
authors = ["Joe Harrison <[email protected]>"]
edition = "2018"
repository = "https://github.com/Joeyh021/PATP"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# PATP toolkit

This is an assembler and emulator for the PATP (Pedagogically Advanced Teaching Processor), a simple microprocessor designed by Dr Matthew Leeke for teaching CS132 at The University of Warwick. The processor specification and assembly language documentation is outlined in [the specification](Specification.md).
This is an assembler and emulator for the PATP (Pedagogically Advanced Teaching Processor), a simple microprocessor designed for teaching CS132 Computer Organisation and Architecture at The University of Warwick. The processor specification and assembly language documentation is outlined in [the specification](Specification.md).

## Usage

Expand Down

0 comments on commit 8a46d3c

Please sign in to comment.