Use structs

git-svn-id: svn://svn.cc65.org/cc65/trunk@2707 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2003-12-03 10:15:33 +00:00
parent 92a001d3af
commit c15fd58d3b
15 changed files with 64 additions and 60 deletions

View File

@@ -40,7 +40,7 @@ __heapadd:
; The block is large enough. Set the size field in the block.
@L1: ldy #freeblock_size
@L1: ldy #freeblock::size
sta (ptr2),y
iny
txa