--
You received this message because you are subscribed to the Google Groups "FIGnition" group.
To unsubscribe from this group and stop receiving emails from it, send an email to fignition+...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Its not a pc. It's a single-board hobbyist kit.
Hi mark - well it's a 'personal computer' in the ZX81 sense ;-)
And all i have to do is write an 8088 emulator in FIGgy Forth & I'll fully qualify ;-) (oh and a few other negligible trad pc hardware emulations ) performance will.... lack i admit ;-)
-cheers julz
Yay Micky! Right on the button :-)
-cheers julz
"I'd buy that for a dollar!"
Interesting reply David. I see what you mean. Connection maketh the Computer.
Normally I define Fignition as a computer, because the machine is Turing-Complete as you receive it. That's not true for an MCU nor an MCU with a program dedicated to a task. Nor, is it true if the machine requires an external computer to program it. Thus a computer that's programmed via an external serial port would still count. Note, this means the AVR with FIGgy firmware isn't turing complete, but FIGnition as a whole is.
FIGnition's firmware does in fact contain a serial out routine. The big difficulty with serial in is that the video display will get in the way unless you implement cts on the FIGgy ( in text mode user code execution can take place on every scan in the margins, but this still limits baud rates to 15625).
My current plans are still to get firmware to 1.0: Blitter + Nicer Compiler in 0.98 and Audio loader + Floats in 1.00. The Blitter can almost clip correctly now, the compiler changes are mostly there. The audio loader will involve overwriting the bootloader (indirectly, via another firmware image).
But I see your point about I/O.
-cheers Julz
I like doing a little bit of forth, and I paste my data in via an arduino. The fignition is teaching me something new all the time. We wanted a keyboard, we got one. We want more? Lets make it. Time to stand on some giants shoulders.