-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #602 from paulscottrobson/lineno
Fixed line numbers at edit error
- Loading branch information
Showing
5 changed files
with
7 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,7 +47,7 @@ _TICLineNumber: | |
sta tokLineNumber+1 | ||
rts | ||
_TICSyntax: | ||
.error_syntax | ||
.error_badline | ||
|
||
.send code | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1 @@ | ||
sfx 0,19 | ||
end | ||
|
||
proc snd(ch,fq,ms,sl,ty,v) | ||
while peek($FF00):wend | ||
poke $FF04,ch | ||
doke $FF05,fq | ||
doke $FF07,ms | ||
doke $FF09,sl | ||
poke $FF0B,ty | ||
poke $FF0C,v | ||
poke $FF01,7 | ||
poke $FF00,8 | ||
endproc | ||
print "98765"; |