Search found 3 matches

by jrrossi
Mon Feb 17, 2025 11:10 pm
Forum: FV-1 software questions
Topic: SpinAsm IDE issue with decimal numbers
Replies: 4
Views: 52595

Re: SpinAsm IDE issue with decimal numbers

Yes, I have tried using the comma, sorry I forgot to mention it.
The assembler issued an error message about the number being out of range.
by jrrossi
Mon Feb 17, 2025 3:47 pm
Forum: FV-1 software questions
Topic: SpinAsm IDE issue with decimal numbers
Replies: 4
Views: 52595

Re: SpinAsm IDE issue with decimal numbers

Okay, I had to change the region formatting to English (United States)
It is a mild inconvenience, but at least it works now.
Just for the record, before my region format settings were set for Finland.

Thanks a lot for taking the time to check!
Cheers!
by jrrossi
Mon Feb 17, 2025 2:45 pm
Forum: FV-1 software questions
Topic: SpinAsm IDE issue with decimal numbers
Replies: 4
Views: 52595

SpinAsm IDE issue with decimal numbers

Hi! I'm having a very weird issue with SpinAsm IDE, where decimal numbers are not parsed properly. Here's an example: equ coeff 1.5 rdax adcl,coeff wrax dacl,1.0 wrax dacr,0.0 When I compile it, this is the output: 0000 40000284 :rdax adcl,coeff 0001 400002C6 :wrax dacl,1.0 0002 000002E6 :wrax dacr,...