mirror of
https://github.com/cc65/cc65.git
synced 2024-11-06 15:06:07 +00:00
10 lines
185 B
ArmAsm
10 lines
185 B
ArmAsm
;
|
|
; 2017-06-26, Greg King
|
|
;
|
|
; unsigned char __fastcall__ revers (unsigned char onoff)
|
|
;
|
|
|
|
.import return0
|
|
|
|
.export _revers := return0 ; no attribute
|