Pablo Hugo Reda

Results 11 comments of Pablo Hugo Reda

I don't know about posit but I am almost sure that integers are better than floating point I only found one case where I couldn't replace them but I think...

Sorry, I don't think I explain myself well. I think it is not necessary to use the floating point numbers in any case.

My VM is like your, perhaps this things help, perhaps not, my target is i86. In switch for dispach code work better continue and not goto next (a speedup when...

mikael: I don't test the speed, if you make some test is good to see! I don't know AVR asm and for this say perhaps. the 0< code can work...

With some conditions (consecutive numbers and full cover options) the switch/case statements compile to "on..goto"construcion, a calculate jump.

I not have state at all, I use prefix like colorforth, hex are $ff, bin are %101, decimal and fixed point not have prefix

When I implement the show word, like colorforth, this problem come to me, when use the rstack in between words call the tail recurse is incorrect. the word show is...

Rick, I try to generate WASM like jit compiler but two main dificult appear. First, WASM work with a stack data but only one parameter can be return, this is...

my VM is in nearly plain C https://github.com/phreda4/r4MV/blob/master/r4wine2/redam.cpp I'm like reinvent the wheel, welcome!! 2018-03-26 15:56 GMT-03:00 Brad-R : > My own extremely modest, and extremely preliminary, contribution: > http://camelforth.com/news.php?extend.65.1...

the size of var are 32 bits by default ``` #cellE $890abcdef $1234567 0 8 gotoxy 'cellE q@ "cellE: %x (what?)" print ``` get the value from memory preverse sign,...