Removed .import for std kernal entries. Added .include "cbm.inc"

This commit is contained in:
Olli Savia
2018-07-03 22:47:42 +03:00
parent 032a3877e0
commit f7636fe8f2
34 changed files with 38 additions and 74 deletions

View File

@@ -6,7 +6,6 @@
.export _close
.import CLOSE
.import readdiskerror, closecmdchannel
.importzp tmp2
@@ -17,7 +16,7 @@
;--------------------------------------------------------------------------
; _close
.proc _close
; Check if we have a valid handle
@@ -64,7 +63,3 @@ invalidfd:
jmp __directerrno ; Set _errno, clear _oserror, return -1
.endproc