mirror of
https://github.com/cc65/cc65.git
synced 2025-02-06 12:31:12 +00:00
13 lines
210 B
ArmAsm
13 lines
210 B
ArmAsm
;
|
|
; Oliver Schmidt, 31.03.2005
|
|
;
|
|
; sectnum_t __fastcall__ dio_query_sectcount (dhandle_t handle);
|
|
;
|
|
|
|
.export _dio_query_sectcount
|
|
|
|
_dio_query_sectcount:
|
|
lda #<280
|
|
ldx #>280
|
|
rts
|