- (TI-83/+) PowerCX
- 23 Feb 2011 07:32:59 pm
- Last edited by Progbeard on 03 Mar 2011 09:44:27 pm; edited 12 times in total
3/3/11 Development postponed due to short attention span and amazing idea for a PC application that could change how a lot of people develop asm programs for Z80 platforms. More info and personal project thread in the near future.
3/2/11 It's March already? Sorta got sidetracked, but still working on it. I've been reading up on encryption and information theory for the encryption 'module'. I want to code many different schemes, but I don't want to inflate the module more than I need to. I have neat ideas like self-extracting programs, so I might expand this into a separate project down the road.
2/26/11 Finished up the interface and most of the command parser. Built the command dictionary with modularity in mind, which is making development easier, surprisingly. Just started working on implementing a lot of tools. I'd really really like suggestions and ideas about now. Adding a screenshot. Uploading stable demo release soon with source.
2/24/11 Finishing up the interface, then starting on command parser.
---
Hi, I'm new here. My name's Brandon. I'm a computer geek and Junior in high school. I decided to return to the TI scene after a hiatus, which meant relearning Z80 Asm and all of its little nuances. So I'm feeling refreshed enough to start 83+ development.
So for my first full-scale project, I've decided to go for a lightweight console program that packs in loads of extremely useful tools for managing your calculator. Some tools I plan to implement might be very appealing to both asm and basic developers.
Current ideas:
- modular design for possible 3rd party extensions
- some ti-basic function hook for running commands externally
- prgm lock
- prgm rename
- prgm block copy-paste (useful for basic/axe)
- prgm/var archive/delete
- regex searching
- data (de)compression (Huffman, LZ77, RLE/VLE, ...)
- run raw asm (might add mnemonic support much later)*
- data encryption (various methods)
- generate checksum of prgm/appvar/group or buffer (MD5, SHA1)
- easy system flags control
- memory viewer
- disassemble binary and export to Mimas
- interactive debugger (Mimas source support)
- bf interpreter (;
- ideas welcomed!
Screenies:
tl;dr making tiny CLI with collection of useful utilities, need ideas/suggestions/references.
3/2/11 It's March already? Sorta got sidetracked, but still working on it. I've been reading up on encryption and information theory for the encryption 'module'. I want to code many different schemes, but I don't want to inflate the module more than I need to. I have neat ideas like self-extracting programs, so I might expand this into a separate project down the road.
2/26/11 Finished up the interface and most of the command parser. Built the command dictionary with modularity in mind, which is making development easier, surprisingly. Just started working on implementing a lot of tools. I'd really really like suggestions and ideas about now. Adding a screenshot. Uploading stable demo release soon with source.
2/24/11 Finishing up the interface, then starting on command parser.
---
Hi, I'm new here. My name's Brandon. I'm a computer geek and Junior in high school. I decided to return to the TI scene after a hiatus, which meant relearning Z80 Asm and all of its little nuances. So I'm feeling refreshed enough to start 83+ development.
So for my first full-scale project, I've decided to go for a lightweight console program that packs in loads of extremely useful tools for managing your calculator. Some tools I plan to implement might be very appealing to both asm and basic developers.
Current ideas:
- modular design for possible 3rd party extensions
- some ti-basic function hook for running commands externally
- prgm lock
- prgm rename
- prgm block copy-paste (useful for basic/axe)
- prgm/var archive/delete
- regex searching
- data (de)compression (Huffman, LZ77, RLE/VLE, ...)
- run raw asm (might add mnemonic support much later)*
- data encryption (various methods)
- generate checksum of prgm/appvar/group or buffer (MD5, SHA1)
- easy system flags control
- memory viewer
- disassemble binary and export to Mimas
- interactive debugger (Mimas source support)
- bf interpreter (;
- ideas welcomed!
Screenies:

tl;dr making tiny CLI with collection of useful utilities, need ideas/suggestions/references.