1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-23 03:28:58 +00:00
cc65/libsrc/geos/file/updaterecordfile.s

19 lines
250 B
ArmAsm
Raw Normal View History

;
; Maciej 'YTM/Alliance' Witkowiak
;
; 25.12.99
; char UpdateRecordFile (void);
.export _UpdateRecordFile
.include "../inc/jumptab.inc"
.include "../inc/geossym.inc"
_UpdateRecordFile:
jsr UpdateRecordFile
stx errno
txa
rts