0 Members and 1 Guest are viewing this topic.
Axe is a programming language that uses the same program editor as BASIC, but the tokens are changed a little. Since the code is compiled to assembly, you get really fast programs and graphics that could never be achieved in BASIC
but hey, nothing wrong with jumping in head-first!
Also, Axe teaches about pointers, free ram areas, and other ASM-type stuff. To me, Axe provided a great stepping stone from BASIC to ASM. Quote from: willrandship on April 04, 2011, 11:29:09 pmbut hey, nothing wrong with jumping in head-first!EDIT: Emulators might be a little easier in low level ASM, imho.