Skip to content

Commit

Permalink
Add a few waypoints
Browse files Browse the repository at this point in the history
  • Loading branch information
smoynes committed Oct 11, 2023
1 parent b7f0e81 commit 3dca3bf
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions docs/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ program. To translate the source to an object file containing machine code, run:
$ elsie asm countdown.asm
```

Well, that isn't very satisfying. No output means success, in this case.
Well, that isn't very satisfying. No output means success in this case.

```console
$ elsie help asm
Expand Down Expand Up @@ -391,11 +391,16 @@ $ elsie asm -debug countdown.asm

Ah ha!

## Running a program ##

## Writing a program ##

## Watch this space ##

### Footnotes ###

[^1]: In practice, most machines were rented, I guess. In any case, the ability
to write one's own programs for one's own machine is, perhaps, one of the
essential catalysts of change in the Twentieth-century post-war period, _IMHO_.

<!-- -*- coding: utf-8-auto -*- -->

0 comments on commit 3dca3bf

Please sign in to comment.