]> git.sur5r.net Git - cc65/commit
Added alternative implementation for ProDOS 8 I/O buffer management. The purpose...
authorol.sc <ol.sc@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Tue, 22 Sep 2009 17:29:49 +0000 (17:29 +0000)
committerol.sc <ol.sc@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Tue, 22 Sep 2009 17:29:49 +0000 (17:29 +0000)
commit6345e4b0cd48e7c2653dca74ff5ae4dc6939462d
tree9274784297a995e35d72ac3392a3636cd3e4ecfe
parentcb688729aff5f1b77b7c4d60f6f69cd728f8dc06
Added alternative implementation for ProDOS 8 I/O buffer management. The purpose of this implementation is to avoid pulling in the heap stuff (and especially the C-written posix_memalign() function) into small file utility-like applications. It saves in this scenario > 1400 Bytes. It manages memory blocks between $0800 and the cc65 start address. This is especially usefull for the now supported "native" SYS programs starting at $2000.

git-svn-id: svn://svn.cc65.org/cc65/trunk@4210 b7a2c559-68d2-44c3-8de9-860c34a00d81
libsrc/apple2/extra/iobuf-0800.s [new file with mode: 0644]