]> git.sur5r.net Git - cc65/blob - libsrc/apple2/iobuf.s
atari5200: testcode/lib/atari5200/hello.c: adapt to changed COLOR_xxx defines
[cc65] / libsrc / apple2 / iobuf.s
1 ;
2 ; Oliver Schmidt, 10.9.2009
3 ;
4 ; Default ProDOS 8 I/O buffer management
5
6
7         .export         iobuf_alloc, iobuf_free
8         .import         _posix_memalign, _free
9
10 iobuf_alloc := _posix_memalign
11 iobuf_free  := _free