Re: SD: Let me propose something then...
[Prev][Next][Index][Thread]
Re: SD: Let me propose something then...
I can run Java, a hugely complex Virtual Machine on a 25Mhz machine with 8MB
ram, plus the OS overhead of Win95. What I'm talking about is a --simple--
platform independant assembler like bytecode, which is being compiled into asm
first anyway. It will be slower becuase you can't optimize for a specific
processor or access the hardware directly. For calculators with Flash ROM,
memory won't be a problem. Though I can see some difficulties with ones like the
83.
--Robin Kay--
David Phillips wrote:
> Something you need to remember is that PC's are 400+ Mhz computers, while
> the TI's are 6-10 Mhz calculators. PC's have several orders of magnitude
> more ram and processing power. Efficient bytecode interpretation (both in
> storage and in processing) is quite difficult to accomplish. On the PC, you
> can make a fast interpreter by translating it beforehand into assembly code.
> You don't have enough ram to have that luxury on the calculator. You should
> stick to something like Forth or Chip8.
>
> > > know it, much in the same way that Java is doing on the PC platform.
> > > Think about it, and then reply with your position...
References: