mirror of
https://github.com/cc65/cc65.git
synced 2024-12-28 06:30:16 +00:00
13 lines
184 B
ArmAsm
13 lines
184 B
ArmAsm
;
|
|
; Maciej 'YTM/Alliance' Witkowiak
|
|
;
|
|
; 30.10.99
|
|
|
|
; void GotoFirstMenu (void);
|
|
|
|
.export _GotoFirstMenu
|
|
|
|
.include "jumptab.inc"
|
|
|
|
_GotoFirstMenu = GotoFirstMenu
|