aboutsummaryrefslogtreecommitdiff
path: root/lib/compilers/cc65.js
Commit message (Collapse)AuthorAge
* CC65 Binary + NES support (#4139)gh-4688Patrick Quist2022-10-29
|
* The Grand Reformat (#3643)gh-2830Matt Godbolt2022-05-09
| | | | | | | | | | * The Grand Reformat - everything made prettier...literally - some tweaks to include a few more files, including documentation - minor changes to format style - some tiny `// prettier-ignore` changes to keep a few things the way we like them - a couple of super minor tweaks to embedded document types to ensure they format correctly
* Use ES6 Modules (#2132)Austin Morton2020-09-26
|
* Eliminate all dynamic require statements (#2230)Austin Morton2020-09-25
|
* Compiler Explorer Team->Authors (for consistency)Matt Godbolt2019-05-30
|
* * Add 6502 supportMatt Godbolt2019-03-31
Kills consecutive blank lines in asm output. Handles labels and opcodes on the same line. Adds cc65 compiler support. See #82