Bug fixes from Maciej and Dirk
git-svn-id: svn://svn.cc65.org/cc65/trunk@235 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
|
||||
;
|
||||
; Maciej 'YTM/Alliance' Witkowiak
|
||||
; Maciej 'YTM/Elysium' Witkowiak
|
||||
;
|
||||
; 22.12.99
|
||||
; 22.12.99, 29.07.2000
|
||||
|
||||
; void CmpFString (char length, char *dest, char* source);
|
||||
|
||||
.import DoubleSPop
|
||||
.import DoubleSPop, SetPtrXY
|
||||
.import popa
|
||||
.export _CmpFString
|
||||
|
||||
@@ -15,4 +15,5 @@
|
||||
_CmpFString:
|
||||
jsr DoubleSPop
|
||||
jsr popa
|
||||
jsr SetPtrXY
|
||||
jmp CmpFString
|
||||
|
||||
Reference in New Issue
Block a user