J2ME on C64 - what did you think?
Posted: Fri Nov 25, 2005 1:19 pm
I'm going to write Java Virtual Machine for Commodore 64.
Probably it could take 6 months-1 year.
It will allow to run simply J2ME MIDlets on C64.
Here is some technology requirements:
160-512kb total memory (-)
128kb for standart libraries (-)
(40-80kb for JavaMachine) (+/-)
32kb RAM (+)
8kb User-data storage (+)
16 or 32-bit processor (-)
connectivity via HTTP (-/+)
Screen size 96x54, 1-bit color depth (++)
I can use at least 48kb of C64 memory + 12kb of 1541.
Also, I will use floppy-disk as storage of unpacked data and swap-file.
In assembler, I'll reuse code as much as possible.
Also, I'm gathering info on undocumented opcodes.
Probably it could take 6 months-1 year.
It will allow to run simply J2ME MIDlets on C64.
Here is some technology requirements:
160-512kb total memory (-)
128kb for standart libraries (-)
(40-80kb for JavaMachine) (+/-)
32kb RAM (+)
8kb User-data storage (+)
16 or 32-bit processor (-)
connectivity via HTTP (-/+)
Screen size 96x54, 1-bit color depth (++)
I can use at least 48kb of C64 memory + 12kb of 1541.
Also, I will use floppy-disk as storage of unpacked data and swap-file.
In assembler, I'll reuse code as much as possible.
Also, I'm gathering info on undocumented opcodes.