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.


Messages - TiMoW1337

Pages: [1]
1
TI Z80 / Re: [AXE] 2048
« on: March 20, 2014, 12:41:52 pm »
Thanks for the replies.
I will post the source soon, I just have to optimize it.
The animations are difficult because the algorithm first checks the complete board as one, not each block individually which is diffcult to do on a calculator.

2
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

3
TI Z80 / Re: [AXE] Editor [WIP]
« on: November 25, 2013, 02:33:57 pm »
@Hayleia Later I will add another mode where you can use the original buttons, In the menu's the numbers of the tokens are the same as the TI-os numbers.
The current modes are numbers, alpha lower and alpha upper case.

For the grey scale syntax highlighting, is it possible to draw text to the backbuffer in AXE?

4
TI Z80 / Re: [AXE] Editor [WIP]
« on: November 25, 2013, 01:22:53 pm »
Yes, I know the lower case is simple, I just need to implement it..

Which features?
Any suggestions are welcome.

5
TI Z80 / Re: [AXE] Editor [WIP]
« on: November 25, 2013, 12:22:51 pm »
Currently they are case sensitive, but the plan is to make an algorithm to Lower the case.

6
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.

7
Axe / Re: Reading the symbol table/ VAT?
« on: November 25, 2013, 11:14:18 am »
Thanks, I don't need to show hidden programs, I just want to create an editor.

8
Axe / Re: Reading the symbol table/ VAT?
« on: November 24, 2013, 03:16:32 pm »
Thanks, I was confused with the ^^.
 

9
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]