English
Language : 

PAK-II Datasheet, PDF (23/28 Pages) List of Unclassifed Manufacturers – 310 Ivy Glen Court
Here is the same program, but instead of loading 1
as an integer, it loads .5:
i var word
gosub FReset
fpx=$10
gosub IODir
' reset
gosub FZeroX ' x=0
gosub fSwap
' x<>y
fpxhigh=$7e00 ' x=.5
fpxlow=0
gosub FLoadX
fpx=3
gosub FDump
gosub FSwap
' x<>y so x=0.0, y=0.5
Debug "Start...",CR
for i=1 to 1000
fpx=i//2*$10
gosub IOWrite
gosub FAdd ' x=x+y
fpx=4
gosub FDump
next
Debug "End",cr
Frequently Asked Questions
Q: How can I load a particular number to the X or
Y registers?
A: There are two methods. First, you can use the
fpconvert program to determine the 32-bit number
that corresponds to the number you want. Then