mirror of
https://github.com/cc65/cc65.git
synced 2025-02-06 12:31:12 +00:00
16 lines
237 B
ArmAsm
16 lines
237 B
ArmAsm
;
|
|
; Maciej 'YTM/Elysium' Witkowiak
|
|
;
|
|
; 25.12.1999, 2.1.2003
|
|
|
|
; char UpdateRecordFile (void);
|
|
|
|
.import setoserror
|
|
.export _UpdateRecordFile
|
|
|
|
.include "jumptab.inc"
|
|
|
|
_UpdateRecordFile:
|
|
jsr UpdateRecordFile
|
|
jmp setoserror
|