1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-19 16:24:46 +00:00
cc65/test/float/ieee754/ftosmuleax.s
2022-07-21 00:51:28 +02:00

13 lines
221 B
ArmAsm

.include "ieee754.inc"
.importzp sp, sreg, tmp1
.import addysp1
.import addysp
.import popax
.export ftosmuleax
ftosmuleax:
; FIXME
rts