BSD 1 development
[unix-history] / px / 27conv.s
CommitLineData
4e754410
BJ
1/
2/ CONVERSIONS
3/
4_STOI:
5 tst (sp)
6 sxt -(sp)
7 return
8_STOD:
9 tst (sp)
10 sxt -(sp)
11_ITOD:
12 movif (sp)+,fr0
13 movf fr0,-(sp)
14 return
15_ITOS:
16 tst (sp)+
17 return