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

Commit

Permalink
Correcting docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dluman committed Oct 12, 2023
1 parent f7426a9 commit 4a06159
Showing 1 changed file with 4 additions and 29 deletions.
33 changes: 4 additions & 29 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# CMPSC 200: Circuit Scramble
# CMPSC 200: Dynamo Dispatcher

| Date | |
|:------------------|:---------|
Expand All @@ -16,7 +16,9 @@

## Introduction

### This isn't a democracy
### Branching out, stacking up, and other meaningless phraseology

But, _very meaningful Assembly instructions_.

#### Adding it up

Expand Down Expand Up @@ -52,33 +54,6 @@ An example outcome should look like:
...
```

### Lab: The Sifter

Once we get the rocks, we have to classify them. In our current operation, we collect `LUNAR` and `MARTIAN` rocks; then, we sort them into `HI` and `LOW` quality. Here're the rules:

|Number start (base 16)| Type |
|:---------------------|:-----|
|`00` |`LUNAR`|
|`55` |`MARTIAN`|

|Number end (base 16)| Quality |
|:---------------------|:-----|
|`FF` |`HIGH`|
|`00` |`LOW`|

> Hints:
> * what are these numbers' decimal equivalents?
> * how can we get only the first `2` bytes and last `2` bytes alone?
### Assignment "Hacks"

See the `Suggestion` below to challenge yourself to implement a Hack. As always, you are allowed to develop
your own Hack to satisfy this stretch goal. Place the code for the Hack inline with the code in the corresponding
file.

In order to recieve credit for the Hack, you must fill out the [hack.md](docs/hack.md) file located in the
`docs` folder.

### Changes to files in `.vscode`

Based on your system setup (refer to your `hello-blinky` assignment), you will need switch out the `.vscode` folder in each exercise with the _last working copy_.
Expand Down

0 comments on commit 4a06159

Please sign in to comment.