From 20707b7be1ecae1dca528f67021b523b292d776f Mon Sep 17 00:00:00 2001 From: Scott Moynes Date: Sat, 11 Nov 2023 16:25:18 -0500 Subject: [PATCH] Unnecessary unicode --- docs/README.txt | 12 ++++++------ docs/TUTORIAL.md | 10 +++++----- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/docs/README.txt b/docs/README.txt index 6c9e2f4..4e8cca5 100644 --- a/docs/README.txt +++ b/docs/README.txt @@ -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: @@ -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. @@ -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 @@ -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 diff --git a/docs/TUTORIAL.md b/docs/TUTORIAL.md index 892c49c..b714b67 100644 --- a/docs/TUTORIAL.md +++ b/docs/TUTORIAL.md @@ -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: @@ -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 @@ -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: @@ -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: