2000-05-28 13:40:48 +00:00
|
|
|
;
|
|
|
|
; Ullrich von Bassewitz, 03.06.1999
|
|
|
|
;
|
2001-03-20 21:06:04 +00:00
|
|
|
; void __fastcall__ cbm_k_close (unsigned char FN);
|
2000-05-28 13:40:48 +00:00
|
|
|
;
|
|
|
|
|
2018-07-03 22:47:42 +03:00
|
|
|
.include "cbm.inc"
|
2018-07-04 17:40:28 +03:00
|
|
|
|
2013-05-09 13:56:54 +02:00
|
|
|
.export _cbm_k_close
|
2000-05-28 13:40:48 +00:00
|
|
|
|
2001-03-20 21:06:04 +00:00
|
|
|
_cbm_k_close:
|
2018-07-03 22:47:42 +03:00
|
|
|
clc
|
2013-05-09 13:56:54 +02:00
|
|
|
jmp CLOSE
|