Search results

  1. T

    Pandaforth For Gp32

    PandaForth is a Forth implementation for GP32 based on Bradford J. Rodriguez's CamelForth for the Z80. If don't know Forth, basically, it is a stack-based language using "reverse polish" notation. It provides an interpreter which is able to compile new definitions. You can test the language...
  2. T

    GP32 Usb Communication

    Hi, I've done an implementation of Forth for GBA, called PandaForth (see here), and I'd like to port it to GP32. One of the features of PandaForth for GBA is the ability to code directly on hardware thru a multiboot cable. For GP32, it seems easier, as it supports USB. I tried to play a bit...
Back
Top