The TI-84 series uses the z80 instruction set, which isn't a compile target
in Go, unfortunately. That's not to say it couldn't be, but I bet there are
some more fundamental issues that would make compiling to a TI-84
impossible. I don't think Go supports any 8-bit machines.

On Wed, Feb 22, 2017 at 6:20 PM <meyerz...@gmail.com> wrote:

> I realized today that the TI-84 Plus C *Silver Edition* calculator I have
> is able to run assembly instructions, and after further Googling and some
> Wikipedia searches I found out that some C compilers exist. It uses the
> Zilog Z80 8-bit CPU with 128 KB of RAM (21 KB user accessible) and 4 MB of
> Flash ROM (3.5 MB user accessible), so I'm not expecting fireworks, but if
> I could get it to print "Hello World" we could successfully say Go runs on
> calculators (take that, Java!).
>
> Thanks,
> Meyer
>
> --
> You received this message because you are subscribed to the Google Groups
> "golang-nuts" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to golang-nuts+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to