HVM fix?

Post Reply
User avatar
m!nus
Posts: 202
Joined: Sat Jul 28, 2007 6:49 pm
Location: Germany

HVM fix?

Post 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
User avatar
adum
Posts: 392
Joined: Thu Apr 19, 2007 12:49 pm
Contact:

Post 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
the_impaler
Posts: 61
Joined: Wed Apr 30, 2008 3:31 am

mem-init fix ?

Post 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.
User avatar
adum
Posts: 392
Joined: Thu Apr 19, 2007 12:49 pm
Contact:

Post by adum »

done, thanks
Post Reply