0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 21 hours ago. based on code collected about 21 hours ago.
Feb 15, 2025 — Feb 15, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Optimize PI.BAS sample, twice faster. More... almost 7 years ago
Reorganize the functions in the manual. More... almost 7 years ago
Adds PMHPOS statement. More... almost 7 years ago
Optimize a few bytes from read_hex. More... almost 7 years ago
Adds P/M statements to the manual. More... almost 7 years ago
Adds P/M graphics support: PMGRAPHICS (PM.) and PMADR(). More... almost 7 years ago
Reorganize I/O tokens for shorter code. More... almost 7 years ago
Factorize SOUND expression parsing. More... almost 7 years ago
Adds token PUSH_NUM, and peephole rule to use it. More... almost 7 years ago
Factorize parsing of comparisons, shorter parsing code. More... almost 7 years ago
Simplify strindex. More... almost 7 years ago
Cleanup imports/exports. More... almost 7 years ago
Optimize read_word, returns 0 on null string. More... almost 7 years ago
More cleanups and 5 less bytes. More... almost 7 years ago
Minor cleanups, a few bytes less. More... almost 7 years ago
Adds a define "NO_SMCODE" to compile without self-modifying-code. More... about 7 years ago
Two bytes less in USR. More... about 7 years ago
Adds a token that does BYTE+SADDR, reduces IDE by 26 bytes. More... about 7 years ago
Simplify POKE and DPOKE tokens by storing address in memory instead of stack. More... about 7 years ago
Align variables to a page, this makes the code shorter and faster. More... about 7 years ago
Use exported variables to pass size of generated code from the compiler. More... about 7 years ago
Export variables from compiled programs. More... about 7 years ago
Simplify "<" and "FOR", 7 bytes shorter and faster. More... about 7 years ago
Reorder PROCs to allow the optimizer to remove many jumps. More... about 7 years ago
Adds rule to skip jumping to label just after. More... about 7 years ago
Transform PRINT CHR$ to PUT. More... about 7 years ago
Split PLOT into another source file, fixing some tab stop positions. More... about 7 years ago
Better graphics in JOYAS.BAS, and NTSC/PAL colors. More... about 7 years ago
Speedup fedora hat sample. More... about 7 years ago
Remove old tests and add more samples. More... about 7 years ago