Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dluman authored Sep 19, 2023
1 parent aabeb96 commit 9f24429
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ This program will:

#### Basic adder

A callback to our earliest days with the CARDIAC, we'll explore a basic adder. But, there's a catch: we have a similar technical limitation to our earlier machine except _it gets worse._ Whereas the CARDIAC accepted any numbers from `-999`` - `+999`, working in the world of powers of `2` creates some constraints.
A callback to our earliest days with the CARDIAC, we'll explore a basic adder. But, there's a catch: we have a similar technical limitation to our earlier machine except _it gets worse._ Whereas the CARDIAC accepted any numbers from `-999` - `+999`, working in the world of powers of `2` creates some constraints.

This program will:

Expand All @@ -47,4 +47,12 @@ As we learn a bit more about our new machine, we need to put it to some sort of
Our program should:

* load the letters of the word `MOONROCK` in correct order using memory locations
* print the fully assembled word
* print the fully assembled word

### Changes to files in `.vscode`

Based on your system setup (refer to your `hello-blinky` assignment), you will need to make _one_ change in your `.vscode/launch.json`:

```json
"gdbPath": "YOUR PATH TO GDB"
```

0 comments on commit 9f24429

Please sign in to comment.