0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 22 hours ago. based on code collected about 23 hours ago.
Feb 05, 2025 — Feb 05, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update abbreviations for many words. More... almost 8 years ago
Fixes parsing after a ':' in a line. More... almost 8 years ago
Simplify the code by redefining DEGFLAG to 0/1. More... almost 8 years ago
Sort assembly files in makefile. More... almost 8 years ago
Remove runtime.asm file, not used anymore. More... almost 8 years ago
More optimizations to alloc_array and interpreter start. More... almost 8 years ago
Don't clear array on start. More... almost 8 years ago
Ignore compiler generated files. More... almost 8 years ago
Allows editing lines of up to 255 bytes instead of 127 bytes. More... almost 8 years ago
Remove unused byte from zeropage. More... almost 8 years ago
Simplify memory allocation routines, smaller code. More... almost 8 years ago
Minor optimizations and speedups. More... almost 8 years ago
Make FOR and LT shorter and a little faster. More... almost 8 years ago
Fix warnings in scripts pointed by shellcheck. More... almost 8 years ago
Fixes RAND again, better comment for DIV. More... almost 8 years ago
Rework compilation scripts, adding more options. More... almost 8 years ago
Adds debug labels with line number to the generated file. More... almost 8 years ago
Faster RAND(0) detection. More... almost 8 years ago
More splits and cleanups on FP tokens. More... almost 8 years ago
More cleanups to all interpreter functions. More... almost 8 years ago
Adds CLOSE before GRAPHICS in compiler. More... almost 8 years ago
Split alloc.asm into clear memory and memory pointers. More... almost 8 years ago
Move CIOV_* functions to close.asm More... almost 8 years ago
Remove unused file. More... almost 8 years ago
Split all floating point tokens. More... almost 8 years ago
Fixes division, read correct value from stack. More... almost 8 years ago
Only import used tokens on compilation. More... almost 8 years ago
Build the jump-table from each token, using a macro. More... almost 8 years ago
Move token values to an include file. More... almost 8 years ago
Move each token function to its own file. More... almost 8 years ago