]> git.sur5r.net Git - cc65/blob - libsrc/geos-common/disk/freeblock.s
Dropped VER_PATCH (and VER_RC) and added build date.
[cc65] / libsrc / geos-common / disk / freeblock.s
1 ;
2 ; Maciej 'YTM/Elysium' Witkowiak
3 ;
4 ; 21.12.1999, 2.1.2003
5
6 ; char FreeBlock (struct tr_se *TS);
7
8             .import gettrse, setoserror
9             .export _FreeBlock
10
11             .include "jumptab.inc"
12             .include "diskdrv.inc"
13             .include "geossym.inc"
14         
15 _FreeBlock:
16         jsr gettrse
17         sta r6L
18         stx r6H
19         jsr FreeBlock
20         jmp setoserror