mirror of
https://github.com/cc65/cc65.git
synced 2024-11-02 18:06:48 +00:00
9 lines
102 B
ArmAsm
9 lines
102 B
ArmAsm
|
|
||
|
.include "ieee754.inc"
|
||
|
|
||
|
; float -> 32bit long
|
||
|
.export feaxlong
|
||
|
feaxlong:
|
||
|
; FIXME
|
||
|
rts
|