1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-17 16:29:32 +00:00
cc65/libsrc/float/ieee754/feaxint.s

9 lines
99 B
ArmAsm

.include "ieee754.inc"
; float -> 16bit int
.export feaxint
feaxint:
; FIXME
rts