Skip to content

Commit

Permalink
Unnecessary unicode
Browse files Browse the repository at this point in the history
  • Loading branch information
smoynes committed Nov 11, 2023
1 parent 6cd7b5f commit 20707b7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions docs/README.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
ELSIE: A Pedagogical LC-3 Emulator
π™΄π™»πš‚π™Έπ™΄: A Pedagogical LC-3 Emulator
================================================================================

The path is made in the walking of it. -- Zhuangzi

This is ELSIE, an exploration of the LC-3: a little computer that is simple,
This is π™΄π™»πš‚π™Έπ™΄, an exploration of the LC-3: a little computer that is simple,
comprehensive, and imaginary.

The project includes:
Expand All @@ -16,8 +16,8 @@ The project includes:
- many unnecessary words by your author; and
- maybe, more to come…

As a technical project, ELSIE is not useful: it isn't complete and it doesn't
work. In those terms, it is not good software. To the author, however, ELSIE
As a technical project, π™΄π™»πš‚π™Έπ™΄ is not useful: it isn't complete and it doesn't
work. In those terms, it is not good software. To the author, however, π™΄π™»πš‚π™Έπ™΄
feels more like a story, a performance, or maybe even a convalescence. As such,
it is software useful for more than mere utility and is essential.

Expand Down Expand Up @@ -62,7 +62,7 @@ enough to write programs.
Project Goals
-----------------------------

ELSIE is not novel: hardware simulators already exist for the LC-3 architecture,
π™΄π™»πš‚π™Έπ™΄ is not novel: hardware simulators already exist for the LC-3 architecture,
of course. The textbook publishers provide one and there are many others freely
available online.[1] This one is admittedly a mere reinvention of the wheel.
That said, the gift the design and engineering process affords is that sometimes
Expand Down Expand Up @@ -136,6 +136,6 @@ This work is dedicated to the MCM/70[2] and its pioneering designers.

-----------------------------

ELSIE Β© 2023 by Scott Moynes is licensed under CC BY-SA 4.0.
π™΄π™»πš‚π™Έπ™΄ Β© 2023 by Scott Moynes is licensed under CC BY-SA 4.0.
See LICENCE.txt for terms. Send your lawyers here:
https://creativecommons.org/licenses/by-sa/4.0/?ref=chooser-v1
10 changes: 5 additions & 5 deletions docs/TUTORIAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

In this tutorial you will learn how to:

- install ELSIE;
- install π™΄π™»πš‚π™Έπ™΄;
- executing a hard-coded demo.
- running a simple program;
- translate a program from LC3ASM assembly language to machine language;
- run the resulting program.

## Installing ELSIE ##
## Installing π™΄π™»πš‚π™Έπ™΄ ##

You will need Go version 1.21, or greater, installed:

Expand All @@ -25,7 +25,7 @@ $ go version
go version go1.21.4 darwin/amd64
```

With Go installed, you can now download, build, and install ELSIE. Run:
With Go installed, you can now download, build, and install π™΄π™»πš‚π™Έπ™΄. Run:

```console
$ go install github.com/smoynes/elsie
Expand All @@ -36,7 +36,7 @@ Say hello:
```console
$ elsie

ELSIE is a virtual machine and programming tool for the LC-3 educational computer.
π™΄π™»πš‚π™Έπ™΄ is a virtual machine and programming tool for the LC-3 educational computer.

Usage:

Expand All @@ -55,7 +55,7 @@ exit status 1

## Running the demo ##

ELSIE includes a silly, hard-coded demo. You can run it with the demo command:
π™΄π™»πš‚π™Έπ™΄ includes a silly, hard-coded demo. You can run it with the demo command:

You should see a few characters printed. This is what success looks like:

Expand Down

0 comments on commit 20707b7

Please sign in to comment.