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
commitb0b45fb89926d5f480b903015b36db20fc698c2c (patch)
treea4022df1ab2185b9b8ffbd6671ea6f3fa4c966fe
parent6d5360aa6046b033753075d22e765942cbcbcec8 (diff)
extras/output.asm -> extras/output.txt
original-commit-id: 7d6626ee691067ee2c98c297fba88706fae35465
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5e219cc..d18c6ee 100644
--- a/README.md
+++ b/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.