hi,
do you know the size of aint and bint which are used in fp ? word, byte??
aint = 30000
Gosub itofa ' Convert int to float
bint = 2045
Gosub itofb ' Convert int to float
Gosub fpmul ' FP multiply
gosub ftoia /' here we get a 24 bit result
when we convert it we get aint and how can we use it in the rest of the program ? can we equate it to 2 words ?
Bookmarks