diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-05-03 00:47:21 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-05-03 00:47:21 -0500 |
commit | 7072918c98c9a447d8e6a5ba648ba1bed5b3e14d (patch) | |
tree | dfb9dd42db3b89c33c194147114aeb4859ce8f14 | |
parent | e92a37e5bb14ee525b306c5b4e1c3c3f0619e519 (diff) |
fix another readme comment about labels
original-commit-id: 6518a20a1b845467fa567c521b037ba1ae2b97fd
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -51,7 +51,7 @@ script = Script(0x58043) # 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) |