1
0
mirror of https://github.com/cc65/cc65.git synced 2026-04-25 22:18:27 +00:00

Fixed some mistakes (mostly in the documentation).

This commit is contained in:
Greg King
2015-10-02 13:28:17 -04:00
committed by Oliver Schmidt
parent b5d939c858
commit 2cc822b44e
5 changed files with 60 additions and 53 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
; of functions. Doing it by a table means some overhead in space, but it
; has major advantages:
;
; * It is fast. If it were'nt for the slow parameter passing of cc65, one
; * It is fast. If it weren't for the slow parameter passing of cc65, one
; could even define macros for the isxxx functions (this is usually
; done on other platforms).
;
+1 -1
View File
@@ -4,7 +4,7 @@
.include "extzp.inc"
ticktock:
bbr5 vdc_flags,@s1 ; not vertical-blank interrupt
bbr5 vdc_flags,@s1 ; skip if not vertical-blank interrupt
; Increment the system tick counter.
inc tickcount