Here's an example:
Code: Select all
equ coeff 1.5
rdax adcl,coeff
wrax dacl,1.0
wrax dacr,0.0Code: Select all
0000 40000284 :rdax adcl,coeff
0001 400002C6 :wrax dacl,1.0
0002 000002E6 :wrax dacr,0.0This happens also for negative numbers.
Currently the only way I can get fractional numbers is by using rational notation, which is quite inconvenient.
I'm running version SpinAsm v1.1.31.0 on Windows 11.
I have tried running with Windows XP SP3 and Windows 7 compatibility mode, but no success.
Tried using UTF-8 encoding for the source files, but also no success.