1BSD/px/27conv.s

Compare this file to the similar file:
Show the results in this format:

/
/ CONVERSIONS
/
_STOI:
	tst	(sp)
	sxt	-(sp)
	return
_STOD:
	tst	(sp)
	sxt	-(sp)
_ITOD:
	movif	(sp)+,fr0
	movf	fr0,-(sp)
	return
_ITOS:
	tst	(sp)+
	return