2005-03-31 07:24:01 +00:00
|
|
|
;
|
|
|
|
; Oliver Schmidt, 31.03.2005
|
|
|
|
;
|
2005-04-01 09:59:53 +00:00
|
|
|
; sectnum_t __fastcall__ dio_query_sectcount (dhandle_t handle);
|
2005-03-31 07:24:01 +00:00
|
|
|
;
|
|
|
|
|
|
|
|
.export _dio_query_sectcount
|
|
|
|
|
|
|
|
_dio_query_sectcount:
|
|
|
|
lda #<280
|
|
|
|
ldx #>280
|
|
|
|
rts
|