]> git.sur5r.net Git - cc65/blob - libsrc/geos-cbm/disk/writeblock.s
Avoid paths in .include directives. The path needs to be rather set in the Makefile...
[cc65] / libsrc / geos-cbm / disk / writeblock.s
1
2 ;
3 ; Maciej 'YTM/Elysium' Witkowiak
4 ;
5 ; 21.12.1999, 2.1.2003
6
7 ; char WriteBlock (struct tr_se *myTS, char *buffer);
8
9             .import popax, setoserror
10             .import gettrse
11             .export _WriteBlock
12
13             .include "jumptab.inc"
14             .include "geossym.inc"
15         
16 _WriteBlock:
17         sta r4L
18         stx r4H
19         jsr popax
20         jsr gettrse
21         sta r1L
22         stx r1H
23         jsr WriteBlock
24         jmp setoserror