Author Topic: Antidissasemblage!  (Read 2944 times)

0 Members and 1 Guest are viewing this topic.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Antidissasemblage!
« on: April 25, 2005, 10:00:01 am »
Dan Cook has released Squirrelbox. It's a compiler designed for a new programming language designed for z80 calcs called Antidisassemblage. The language looks a lot like C++ and Java (but it is much simpler) and has some interchangeable TI-BASIC-like syntax. The language/compiler is designed for ALL z80 calcs from the TI82 to the TI86, and can do ANYTHING that can be done in assembly.
user posted image
user posted image

The language can be customized through include files and assembly macros (which can be designed to add new features to the language). This language has all that good stuff like user-defined variables, arrays, functions that take and return values, control-structures, include files, preprocessor commands (for conditional compilation and stuff), assembly macros, etc. Tutorials and everything that you should need for it is included. This is a cross-platform compiler, so it should run on Mac OS or Unix too. This now open new possibilities for z80 calc programming!
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)