summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2012-05-02 01:41:24 -0500
committerBryan Bishop <kanzure@gmail.com>2012-05-02 01:41:24 -0500
commit7d6626ee691067ee2c98c297fba88706fae35465 (patch)
tree743c12a62d2c503aecd9bde92cd9d70b910375e0
parentb6122070d921f381df61b4caf8e985c98361b75a (diff)
extras/output.asm -> extras/output.txt
-rw-r--r--extras/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/README.md b/extras/README.md
index 5e219cc93..d18c6ee38 100644
--- a/extras/README.md
+++ b/extras/README.md
@@ -24,5 +24,5 @@ asm.insert_multiple_with_dependencies(crystal.all_map_headers[:x])
asm.dump()
```
-After running those lines, `cp extras/output.asm main.asm` and run `git diff main.asm` to confirm that changes to `main.asm` have occurred. To test whether or not the newly inserted ASM compiles into the same ROM, use: `make clean && make`. This will complain very loudly if something is broken.
+After running those lines, `cp extras/output.txt main.asm` and run `git diff main.asm` to confirm that changes to `main.asm` have occurred. To test whether or not the newly inserted ASM compiles into the same ROM, use: `make clean && make`. This will complain very loudly if something is broken.