1
0
mirror of https://github.com/RevCurtisP/C02.git synced 2026-04-19 19:16:37 +00:00

Update include files

This commit is contained in:
Curtis F Kaylor
2018-08-14 14:14:32 -04:00
parent 3132130f48
commit 9f705b5fe3
21 changed files with 476 additions and 98 deletions
+1 -1
View File
@@ -94,7 +94,7 @@ STRCAX: STY TEMP0 ;Subtract Destination String Length
;Args: X,Y = Pointer to source string
;Sets: SRCLO,SRCHI = Pointer to source string
;Affects: N,Z
;Returns: A,Y = Number of characters copies
;Returns: A,Y = Number of characters copied
STRCPY: JSR SETSRC ;Initialize Source String
STRCPL: LDA (SRCLO),Y ;Get Character from Source String
STA (DSTLO),Y ;Copy to Destination String