add extra underscore to _bzero, add a test for bzero/memset
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
;
|
||||
|
||||
.export _calloc
|
||||
.import _malloc, __bzero
|
||||
.import _malloc, ___bzero
|
||||
.import tosumulax, pushax
|
||||
|
||||
|
||||
@@ -48,7 +48,7 @@ ClearBlock:
|
||||
jsr pushax ; ptr
|
||||
lda Size
|
||||
ldx Size+1 ; Size
|
||||
jmp __bzero
|
||||
jmp ___bzero
|
||||
|
||||
.endproc
|
||||
|
||||
|
||||
Reference in New Issue
Block a user