2017-01-31 21:09:14 +00:00
|
|
|
; jede jede@oric.org 2017-01-22
|
|
|
|
|
2022-04-23 22:39:04 +00:00
|
|
|
.export _close
|
2019-02-05 22:27:52 +00:00
|
|
|
|
2022-04-23 22:39:04 +00:00
|
|
|
.import addysp,popax
|
2019-02-05 22:27:52 +00:00
|
|
|
|
2022-04-23 22:39:04 +00:00
|
|
|
.include "zeropage.inc"
|
|
|
|
.include "telestrat.inc"
|
|
|
|
.include "errno.inc"
|
|
|
|
.include "fcntl.inc"
|
2019-02-05 22:27:52 +00:00
|
|
|
|
2022-04-23 22:39:04 +00:00
|
|
|
; int __fastcall__ close (int fd);
|
2017-01-31 21:09:14 +00:00
|
|
|
.proc _close
|
2022-04-23 22:39:04 +00:00
|
|
|
BRK_TELEMON XCLOSE ; Launch primitive ROM
|
|
|
|
rts
|
2017-01-31 21:09:14 +00:00
|
|
|
.endproc
|