mirror of
https://github.com/cc65/cc65.git
synced 2024-12-22 12:30:41 +00:00
Fix comment typos.
This commit is contained in:
parent
223750cde9
commit
5251b67d73
@ -1,7 +1,7 @@
|
||||
;
|
||||
; Ullrich von Bassewitz, 05.08.1998
|
||||
;
|
||||
; CC65 runtime: Increment ax by valie in y
|
||||
; CC65 runtime: Increment ax by value in y
|
||||
;
|
||||
|
||||
.export incaxy, incax4
|
||||
|
@ -2,7 +2,7 @@
|
||||
; Ullrich von Bassewitz, 25.10.2000
|
||||
;
|
||||
; CC65 runtime: Increment the stackpointer by 2. For performance reasons,
|
||||
; this modules does also contain the popax function.
|
||||
; this module also contains the popax function.
|
||||
|
||||
.export popax, incsp2
|
||||
.importzp sp
|
||||
|
@ -1,7 +1,7 @@
|
||||
;
|
||||
; Ullrich von Bassewitz, 2002-12-26
|
||||
;
|
||||
; CC65 runtime: Jump vector that resides in the data segment so it's address
|
||||
; CC65 runtime: Jump vector that resides in the data segment so its address
|
||||
; may be patched at runtime.
|
||||
;
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
;
|
||||
; Ullrich von Bassewitz, 04.10.2001
|
||||
;
|
||||
; CC65 runtime: Multiply the primary register
|
||||
; CC65 runtime: Multiply the primary register by 3
|
||||
;
|
||||
|
||||
.export mulax3
|
||||
|
@ -1,7 +1,7 @@
|
||||
;
|
||||
; Ullrich von Bassewitz, 04.10.2001
|
||||
;
|
||||
; CC65 runtime: Multiply the primary register
|
||||
; CC65 runtime: Multiply the primary register by 5
|
||||
;
|
||||
|
||||
.export mulax5
|
||||
|
Loading…
Reference in New Issue
Block a user