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