mirror of
https://github.com/cc65/cc65.git
synced 2024-11-02 18:06:48 +00:00
12 lines
164 B
ArmAsm
12 lines
164 B
ArmAsm
;
|
|
; Oliver Schmidt (ol.sc@web.de)
|
|
;
|
|
; 2012-02-09
|
|
|
|
; void EnterTurbo (void);
|
|
|
|
.export _EnterTurbo
|
|
.import return0
|
|
|
|
_EnterTurbo = return0
|