ref: 6518a20a1b845467fa567c521b037ba1ae2b97fd
parent: 343ccc909a50dbb8758f1ffa60f1646739b8e503
author: Bryan Bishop <[email protected]>
date: Wed May 2 20:47:21 EDT 2012
fix another readme comment about labels
--- a/extras/README.md
+++ b/extras/README.md
@@ -51,7 +51,7 @@
# show the script
print script.to_asm()
-# what labels does it refer to?
+# what labels does it point to in the to_asm output?
# these must be present in the final asm file for rgbasm to compile the file
objdeps = script.get_dependencies()
print str(objdeps)