0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 19 hours ago. based on code collected about 19 hours ago.
Feb 22, 2025 — Feb 22, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Simplify ShowInfo procedure. More... almost 8 years ago
Allows joining lines in the editor. More... almost 8 years ago
Make first line "1" instead of "0" More... almost 8 years ago
More simplifications to the editor. More... almost 8 years ago
Only store address of each line, not length. More... almost 8 years ago
Just write "1" to edited variable, shorter code. More... almost 8 years ago
Update manual. More... almost 8 years ago
Fixes floating-point STR$() function. More... almost 8 years ago
More optimizations to the editor code. More... almost 8 years ago
Add more checks for buffer overflow in bytecode buffer. More... almost 8 years ago
Optimize constant FOR loops and IF/ELSE assignments. More... almost 8 years ago
Simplify compile and run program, reuse END to reload parser stack. More... almost 8 years ago
Turn off basic cartridge on DOS startup. More... almost 8 years ago
Replace BIT ZP with branch not taken for 1 byte skip. More... almost 8 years ago
Simplify, 2 bytes shorter. More... almost 8 years ago
Optimize string operations by storing a valid null string. More... almost 8 years ago
Skip spaces before testing for end of line. More... almost 8 years ago
Cleanup memory pointers, optimize pointer initializations. More... almost 8 years ago
Optimize a few more bytes. More... almost 8 years ago
Adds an optimizer pass to replace A <= x with A < x+1. More... almost 8 years ago
Simplify editor code a little. More... almost 8 years ago
Simplify and optimize labels (PROC/EXEC) handling. More... almost 8 years ago
Better documentation for parser memory areas. More... almost 8 years ago
Prepare for new release. More... almost 8 years ago
Optimize variable/label search, a few bytes less. More... almost 8 years ago
Allows any character inside string constants in the cross-compiler. More... almost 8 years ago
Check overflow errors in the parsing bytecode buffer. More... almost 8 years ago
Adds a new form of SOUND command, with only one parameter. More... almost 8 years ago
Optimize EMIT_N parser instruction. More... almost 8 years ago
Turn off sounds before returning to the IDE. More... almost 8 years ago