mirror of
https://github.com/A2osX/A2osX.git
synced 2024-11-26 13:49:18 +00:00
Kernel version 0.9 : Awful bug in PstrCat that makes me spend one full week debugging CP/MV/RM!!!
This commit is contained in:
parent
d178bd75f7
commit
43011c7cd2
@ -1,6 +1,6 @@
|
||||
PR#3
|
||||
PREFIX /A2OSX.SRC
|
||||
NEW
|
||||
LOMEM $900
|
||||
INC 1
|
||||
AUTO 6
|
||||
.LIST OFF
|
||||
@ -82,7 +82,7 @@ K.PStrCat jsr PullPtr1Ptr2
|
||||
|
||||
inc ZPPtr2
|
||||
bne .2
|
||||
inc ZPPtr1+1
|
||||
inc ZPPtr2+1
|
||||
|
||||
.2 lda (ZPPtr2)
|
||||
sta (ZPPtr1),y
|
||||
|
Loading…
Reference in New Issue
Block a user