commit | 7acb4ce5b95b32eb4b03fcc824b99837e967232d | [log] [tgz] |
---|---|---|
author | swissChili <swisschili@fastmail.com> | Sun Aug 16 20:16:10 2020 -0700 |
committer | swissChili <swisschili@fastmail.com> | Sun Aug 16 20:16:10 2020 -0700 |
tree | fbc475527d34527201affac9683730e3e5e3c581 | |
parent | a4f49b5a14bf5e119a66633813deab5f594ee239 [diff] |
Fixed bug with line numbers and strtok()
diff --git a/as/test/test.s b/as/test/test.s index 66ca095..35915d6 100644 --- a/as/test/test.s +++ b/as/test/test.s
@@ -16,7 +16,7 @@ bne start jsr another_subroutine tax - hlt + brk another_subroutine: - ret + rts