mirror of
https://github.com/cc65/cc65.git
synced 2026-04-20 17:20:49 +00:00
Fixed many comments
This commit is contained in:
@@ -110,7 +110,7 @@ _realloc:
|
||||
|
||||
tya ; Put ___heapptr back in A
|
||||
sec ; Check if we have enough memory at heap top
|
||||
sbc oldsize ; Substract oldsize
|
||||
sbc oldsize ; Subtract oldsize
|
||||
sta newblock
|
||||
lda ___heapptr+1
|
||||
sbc oldsize+1
|
||||
|
||||
Reference in New Issue
Block a user