2000-05-28 13:40:48 +00:00
|
|
|
;
|
2003-01-02 01:50:39 +00:00
|
|
|
; Maciej 'YTM/Elysium' Witkowiak
|
2000-05-28 13:40:48 +00:00
|
|
|
;
|
2003-01-02 01:50:39 +00:00
|
|
|
; 26.10.1999, 2.1.2003
|
2000-05-28 13:40:48 +00:00
|
|
|
|
|
|
|
; char WriteBuff (struct tr_se*);
|
|
|
|
|
2012-10-23 19:22:05 +00:00
|
|
|
.export _WriteBuff
|
2003-01-02 01:50:39 +00:00
|
|
|
.import setoserror
|
2000-05-28 13:40:48 +00:00
|
|
|
.import gettrse
|
|
|
|
|
2012-01-31 20:49:58 +00:00
|
|
|
.include "diskdrv.inc"
|
|
|
|
.include "geossym.inc"
|
2000-05-28 13:40:48 +00:00
|
|
|
|
|
|
|
_WriteBuff:
|
|
|
|
jsr gettrse
|
|
|
|
sta r1L
|
|
|
|
stx r1H
|
|
|
|
jsr WriteBuff
|
2003-01-02 01:50:39 +00:00
|
|
|
jmp setoserror
|