Page 1 of 1

HVM fix?

Posted: Fri Jul 18, 2008 4:05 pm
by m!nus
last time i worked on my mod code i worked with floating values, now all values are floor()'ed.
disables one possibilty and opens another :)

edit: you made 'Mod' super-easy now, 12 instructions

Posted: Fri Jul 18, 2008 4:42 pm
by adum
yeah, we had a bug in the js version of the hvm. plus, we have unified negative division to follow python convention (not C).

adum

mem-init fix ?

Posted: Wed Aug 27, 2008 7:12 pm
by the_impaler
Would you mind to fix the regex used in split() in mem_init initialization.
Something simple like replacing '?' with '+' would allow multi-dgit and negative numbers.

Posted: Wed Aug 27, 2008 8:12 pm
by adum
done, thanks