Hi all,
I am relearning MSX BASIC, to do so I amb developing a simple game with MSX BASIC. The point is that in the process I realize that the integer division only works for numbers between -32.768 and 32.767. Base on that I created a small routine to calculate the integer division by repeatedly subtracting the divisor from the dividend while the dividend is larger than the divisor.
Am I right about the limitation of the integer division operator \ in MSX BASIC?
Thanks in advance!
ログイン/登録して投稿