Your code doesn't resemble the code example in the manual:
b = 500
c = 1000
dummy = b * c
a = DIV32 100
Your code:
Periode2 = Periode / 2
Dummy = 2500*3000
Vitesse = DIV32 Periode2
The right numbers are not on the stack when the DIV32 occurs.
Your code doesn't resemble the code example in the manual:
b = 500
c = 1000
dummy = b * c
a = DIV32 100
Your code:
Periode2 = Periode / 2
Dummy = 2500*3000
Vitesse = DIV32 Periode2
The right numbers are not on the stack when the DIV32 occurs.
Last edited by Brock; - 10th November 2007 at 01:54.
Bookmarks