Re: [cc65] Apple2 file io - here: memory management questions

From: Ullrich von Bassewitz <uz1musoftware.de>
Date: 2004-07-31 13:29:10
On Fri, Jul 30, 2004 at 09:16:42AM -0400, jim wrote:
> I use the .align, example:

This will waste up to 255 bytes because the linker will round up the label to
the nearest address that satisfies the alignment. Having a malloc that allows
for alignment is probably a better solution, because the block needed to
alignment will added to the heap free list.

> I was under the assumption that Ullirch did not want to add more targets.

I'm trying to avoid a proliferation of targets - that's a difference:-) If
there is a good reason to add another target, it can be done. But I certainly
don't want to have 13 Apple targets, each supporting random mixes of hardware
and disk i/o.

Regards


        Uz


-- 
Ullrich von Bassewitz                                  uz@musoftware.de
----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo@musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.
Received on Sat Jul 31 13:29:14 2004

This archive was generated by hypermail 2.1.8 : 2004-07-31 13:29:23 CEST