Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - TiMoW1337

Pages: [1]
1
TI Z80 / [AXE] 2048
« on: March 18, 2014, 01:23:59 pm »
I created the game 2048 in axe.
The game is really fun and I wanted to play it on my calculater.
Currently it has no animations.
If you have any suggestions please reply.


EDIT: added source code

2
TI Z80 / [AXE] Editor [WIP]
« on: November 25, 2013, 11:29:39 am »
Hello, I wanted to be able to create axe programs in the small font so I decided to make an editor.
My current version loads a fixed program and detokenizes it. Then you can edit it using the keyboard or some special menu's which insert tokens as strings.
When you want to save the program it searches through the program for know tokens and converts them before writing back to the program.
currently there are still a lot of TODO's:
                       - Add more tokens. (To the tokenizer and to the menu's).
                       - A program browser.
                       - Insert other programs.
                       - Copy / Paste
                       - Bookmarks
                       - Support for Axe tokens..
It's still a work in progress.

3
Axe / Reading the symbol table/ VAT?
« on: November 24, 2013, 02:59:03 pm »
Hello,
Is it possible to read the symbol table in axe to get a list of programs?
In the developper guide it says that there should be a pointer to the table at (progPtr) address which is 9830h.
So is it possible to read the pointer as {E9830} and the start of the table as {{E9830}}?
EDIT: found http://ourl.ca/9291. But what is {e9830}^^r?

Pages: [1]