- Text File CE [C/Asm]
- 11 Sep 2016 12:17:40 am
- Last edited by seanlego23 on 15 May 2017 12:02:37 am; edited 21 times in total
This will be a program that allows you to create notes and other things for later use. You'll be able store as many Notes as RAM allows, or archive if I can get it to store to archive. Don't know yet.
Menu85%
Create a New File with a name100%
AppVar100%
Create Parameters for File
Parameters include:
Resize File
Delete File100%
Evaluate Text (the TI-Basic expr() command)
Send/Get File to/from a connected Calculator(would require a USB lib I think)
Compression(maybe)
I/O100%
Testing and Debugging7%
That's my thought process so far.
5682 bytes, in size.
All my code can be seen at this respiratory.
New Edit:
I have been working on this project fairly slowly, because I was doing loads of work from my AP classes. I think it's about a little less than 2000 bytes right now and a lot more efficient than it was. I restarted it mostly in ASM.
Done:
Creating, Saving, Finding, Deleting, and Archiving of AppVars
The Main Menu setup
Not Done:
Settings Menu
Editing Menu
Character and Token Menu
Error Handling/Pop-ups
Compression (Might come after the initial release)
Search Function
Equations(Being able to type equations in)
Menu85%
Create a New File with a name100%
AppVar100%
Create Parameters for File
Parameters include:
- Key Combinations100%
- Amount of Pages 1-10100%
- Password Protected50%
- Archived
Resize File
Delete File100%
Evaluate Text (the TI-Basic expr() command)
Send/Get File to/from a connected Calculator(would require a USB lib I think)
Compression(maybe)
I/O100%
Testing and Debugging7%
That's my thought process so far.
5682 bytes, in size.
All my code can be seen at this respiratory.
New Edit:
I have been working on this project fairly slowly, because I was doing loads of work from my AP classes. I think it's about a little less than 2000 bytes right now and a lot more efficient than it was. I restarted it mostly in ASM.
Done:
Creating, Saving, Finding, Deleting, and Archiving of AppVars
The Main Menu setup
Not Done:
Settings Menu
Editing Menu
Character and Token Menu
Error Handling/Pop-ups
Compression (Might come after the initial release)
Search Function
Equations(Being able to type equations in)