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