Add lseek to sim6502 paravirt
This commit is contained in:
@@ -7,9 +7,10 @@
|
||||
; int __fastcall__ write (int fd, const void* buf, unsigned count);
|
||||
;
|
||||
|
||||
.export exit, args, _open, _close, _read, _write
|
||||
.export exit, args, _open, _close, _read, _write, _lseek
|
||||
.export __sysremove, ___osmaperrno
|
||||
|
||||
_lseek := $FFF1
|
||||
__sysremove := $FFF2
|
||||
___osmaperrno := $FFF3
|
||||
_open := $FFF4
|
||||
|
||||
Reference in New Issue
Block a user